Skip to content

Commit 94b6971

Browse files
committed
Test
1 parent b725153 commit 94b6971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ services:
8686
volumes:
8787
- cypress-logs:/results
8888
- ./dev/resolv.conf:/etc/resolv.conf:ro
89-
command: cypress run --browser chrome --config-file=${CYPRESS_CONFIG:-cypress/config/ci.json}
89+
command: cypress run --browser chrome --config-file=${CYPRESS_CONFIG:-cypress/config/ci.js}
9090

9191
volumes:
9292
cypress-logs:

test/cypress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ COPY --chown=1000 ./test /test
55
WORKDIR /test
66
RUN yarn install && yarn cache clean
77
ENTRYPOINT []
8-
CMD ["cypress", "run", "--config-file=/test/cypress/config/ci.js"]
8+
CMD ["cypress", "run"]

0 commit comments

Comments
 (0)