We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d68c8 commit 4b0d3e7Copy full SHA for 4b0d3e7
1 file changed
Makefile
@@ -33,8 +33,8 @@ integration_tests:
33
--network=sandbox_default \
34
-v $(PWD):/ws \
35
-w /ws \
36
- node:6-alpine \
37
- /bin/sh -c 'mkdir -p ws2 && 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'
+ node:12.16.3-alpine \
+ /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'
38
docker-compose -f integration-tests/docker-compose.yml -p sandbox stop
39
40
.PHONY: compile
0 commit comments