Skip to content

Commit

Permalink
Ensure infrastructure services are started first
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Jun 13, 2022
1 parent 5a6e60c commit 9739878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-and-test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@ if [ -z "$ASSEMBLE_ONLY" ] ; then
./gradlew infrastructureComposeDown

else

./gradlew $* assemble

fi

./gradlew :composeUp

./run-end-to-end-tests.sh


Expand Down

0 comments on commit 9739878

Please sign in to comment.