Skip to content

Commit 952ad4b

Browse files
committed
Fix abao tests
1 parent 0982fdd commit 952ad4b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ FROM dist as testing
3737

3838
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community mongodb=3.4.4-r0
3939
RUN apk add --no-cache nodejs-npm=6.10.3-r1 \
40-
&& npm install --global tests/integration_tests
40+
&& npm install tests/integration_tests/abao
41+
ENV PATH=/src/core/node_modules/.bin:$PATH
4142

4243
RUN pip install -r tests/requirements.txt
4344

tests/integration_tests/.npmignore

-1
This file was deleted.

0 commit comments

Comments
 (0)