Skip to content

Commit aa8c752

Browse files
authored
Add reports directory
1 parent a80bb7e commit aa8c752

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ WORKDIR /test-suite
44

55
COPY package.json respecConfig.json abstract.hbs ./
66
COPY tests/ ./tests
7+
COPY reports/ ./reports
78

89
RUN npm i
910
CMD [ "npm", "t" ]

0 commit comments

Comments
 (0)