Skip to content

Commit 2899881

Browse files
author
Sylvestre Gug
committed
forcing exits
1 parent ce53c3f commit 2899881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- .env.test
1515
networks:
1616
- db_proxy_test
17-
command: sh -c "set -o pipefail && wait-on -d 15000 -t 30000 tcp:mysql:3306 tcp:mssql:1433 && node ./data/seed.mssql.js && TZ=UTC NODE_ENV=TEST node_modules/.bin/mocha"
17+
command: sh -c "set -o pipefail && wait-on -d 15000 -t 30000 tcp:mysql:3306 tcp:mssql:1433 && node ./data/seed.mssql.js && TZ=UTC NODE_ENV=TEST node_modules/.bin/mocha --exit"
1818

1919
mssql:
2020
image: mcr.microsoft.com/mssql/server:2019-latest

0 commit comments

Comments
 (0)