We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877abc2 commit 09d8e52Copy full SHA for 09d8e52
test/tests.bats
@@ -576,4 +576,6 @@ export BATS_METRICS_ENABLED=${BATS_METRICS_ENABLED:-"true"}
576
}
577
578
@test "[$TEST_FILE] Stop all and delete test containers" {
579
+ command docker-compose -f ${BATS_TEST_DIRNAME%/}/docker-compose.yml stop
580
+ command docker-compose -f ${BATS_TEST_DIRNAME%/}/docker-compose.yml rm -v -f
581
0 commit comments