Commit 82b5832e authored by Dileep Bapat's avatar Dileep Bapat
Browse files

Adding dependency on build

Showing with 1 addition and 1 deletion
+1 -1
......@@ -6,7 +6,7 @@ build: java
java: java/registry/target/registry.jar
cd java && ./mvnw -DskipTests clean install
test:
test: build
@docker-compose up -d
@echo "Starting the test" && sh build/wait_for_port.sh 8080
@echo "Starting the test" && sh build/wait_for_port.sh 8081
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment