We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0982fdd commit 952ad4bCopy full SHA for 952ad4b
Dockerfile
@@ -37,7 +37,8 @@ FROM dist as testing
37
38
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community mongodb=3.4.4-r0
39
RUN apk add --no-cache nodejs-npm=6.10.3-r1 \
40
- && npm install --global tests/integration_tests
+ && npm install tests/integration_tests/abao
41
+ENV PATH=/src/core/node_modules/.bin:$PATH
42
43
RUN pip install -r tests/requirements.txt
44
tests/integration_tests/.npmignore
tests/integration_tests/package.json renamed to tests/integration_tests/abao/package.json
0 commit comments