Skip to content

Commit

Permalink
Remove all containers after running end to end tests to ensure order-…
Browse files Browse the repository at this point in the history
…service DB schema recreated
  • Loading branch information
cer committed Jun 13, 2022
1 parent 9739878 commit 68ef679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-and-test-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [ -z "$ASSEMBLE_ONLY" ] ; then

./gradlew componentTest

./gradlew infrastructureComposeDown
./gradlew composeDown

else
./gradlew $* assemble
Expand Down

0 comments on commit 68ef679

Please sign in to comment.