Skip to content

Commit d780f03

Browse files
committed
passing explicit cypress config file
1 parent 247e25e commit d780f03

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ jobs:
4949
submodules: false
5050

5151
- 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
52+
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
5356
5457
# - name: check dns is working
5558
# run: cat /etc/hosts; netstat -tulpn # Use -tulpn to show TCP/UDP listeners

0 commit comments

Comments
 (0)