We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247e25e commit d780f03Copy full SHA for d780f03
.github/workflows/test.yml
@@ -49,7 +49,10 @@ jobs:
49
submodules: false
50
51
- name: Build and start Docker Compose services then run tests
52
- run: bash ./setup_github.sh && docker-compose up --build --no-deps -d --scale test=0 && docker compose run test npx cypress run
+ run: |
53
+ bash ./setup_github.sh &&
54
+ docker-compose up --build --no-deps -d --scale test=0 &&
55
+ docker compose run test npx cypress run --config-file cypress.config.js
56
57
# - name: check dns is working
58
# run: cat /etc/hosts; netstat -tulpn # Use -tulpn to show TCP/UDP listeners
0 commit comments