From 72cc7e64276e4f431252cf3ce5832ccb90bd69a2 Mon Sep 17 00:00:00 2001 From: James Nord Date: Fri, 1 Nov 2024 16:34:06 +0000 Subject: [PATCH] Fix broken docs for running tests The README appears just to be for the IT in the plugin not the ones in the -it project which likely needs some more setup. see: #129 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d91db8a..121bef8 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ To build the project and generate the bundle use Maven: mvn clean package -Optional: review the [additional documentation to configure and run integration tests](src/test/resources/README.md). +Optional: review the [additional documentation to configure and run integration tests](nexus-blobstore-google-cloud/src/test/resources/README.md). Running a local development instance ------------------------------------