This commit is contained in:
Jamie Curnow
2023-05-31 13:00:16 +10:00
parent b725153a5e
commit 94b6971ef7
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ services:
volumes:
- cypress-logs:/results
- ./dev/resolv.conf:/etc/resolv.conf:ro
command: cypress run --browser chrome --config-file=${CYPRESS_CONFIG:-cypress/config/ci.json}
command: cypress run --browser chrome --config-file=${CYPRESS_CONFIG:-cypress/config/ci.js}
volumes:
cypress-logs: