Skip to content

Commit 09d8e52

Browse files
committed
fix: Stop all and delete test containers
1 parent 877abc2 commit 09d8e52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tests.bats

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,4 +576,6 @@ export BATS_METRICS_ENABLED=${BATS_METRICS_ENABLED:-"true"}
576576
}
577577

578578
@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
579581
}

0 commit comments

Comments
 (0)