Skip to content

Commit 070587e

Browse files
update test docker-compose to exit after tests complete
1 parent 93ece19 commit 070587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ test() {
228228

229229
docker compose \
230230
-p ${TEST_CONTAINER_NAME_PREFIX} \
231-
-f ${TEST_COMPOSE_FILE} up
231+
-f ${TEST_COMPOSE_FILE} up --abort-on-container-exit --exit-code-from runner
232232
}
233233

234234
test_cleanup() {

0 commit comments

Comments
 (0)