We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0d3e7 commit 6c7dac3Copy full SHA for 6c7dac3
1 file changed
Makefile
@@ -34,7 +34,7 @@ integration_tests:
34
-v $(PWD):/ws \
35
-w /ws \
36
node:12.16.3-alpine \
37
- /bin/sh -c 'mkdir -p ws2 && apk --no-cache add python make g++ && cp -a src tests package.json tsconfig.json ws2/ && cd ws2 && npm i && ./node_modules/mocha/bin/mocha -r ./node_modules/ts-node/register tests/integration/**/*.ts'
+ /bin/sh -c 'mkdir -p ws2 && apk --no-cache add python make g++ && cp -a src tests package.json tsconfig.json ws2/ && cd ws2 && npm i && ./node_modules/mocha/bin/mocha -r ./node_modules/ts-node/register --exit tests/integration/**/*.ts'
38
docker-compose -f integration-tests/docker-compose.yml -p sandbox stop
39
40
.PHONY: compile
0 commit comments