Skip to content

Commit 3888664

Browse files
committed
fix tests path
Signed-off-by: PatStLouis <[email protected]>
1 parent 7f4d830 commit 3888664

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
FROM node:18
22

3+
WORKDIR /test-suite
4+
35
RUN apt update
46
RUN apt install default-jre -y
57

68
COPY package.json ./
7-
COPY tests/ ./
9+
COPY tests/ ./tests
810

911
RUN npm i
1012
RUN npx mocha tests/

0 commit comments

Comments
 (0)