Skip to content

Commit 6034c99

Browse files
committed
chore: pin cypress-circleci-reporter in tests
1 parent 9e64964 commit 6034c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile.cypress

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ WORKDIR /repo
77

88
COPY ./package.json .
99

10-
RUN yarn add cypress-circleci-reporter
10+
# Pin to 0.3.0 pending update to cypress-slim image.
11+
RUN yarn add [email protected]
1112

1213
COPY ./cypress.json ./cypress.json
1314
COPY ./cypress ./cypress

0 commit comments

Comments
 (0)