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 ce53c3f commit 2899881Copy full SHA for 2899881
docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
- .env.test
15
networks:
16
- 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"
+ 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"
18
19
mssql:
20
image: mcr.microsoft.com/mssql/server:2019-latest
0 commit comments