Skip to content

Commit

Permalink
fix : Running test independent of the build
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Nov 5, 2024
1 parent dbdfbe6 commit 24bcfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ java/registry/target/registry.jar: $(SOURCES)
sh configure-dependencies.sh
cd java && ./mvnw clean install

test: build
test:
@docker-compose -f docker-compose-v1.yml down
@sudo rm -rf db-data* es-data* || echo "no permission to delete"
# test with distributed definition manager and native search
Expand Down

0 comments on commit 24bcfb0

Please sign in to comment.