We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80bb7e commit aa8c752Copy full SHA for aa8c752
Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /test-suite
4
5
COPY package.json respecConfig.json abstract.hbs ./
6
COPY tests/ ./tests
7
+COPY reports/ ./reports
8
9
RUN npm i
10
CMD [ "npm", "t" ]
0 commit comments