Skip to content

Commit 1721c9a

Browse files
committed
chore: pin mocha-headless-chrome version
1 parent 828d1e0 commit 1721c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-home-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: for i in {1..30}; do curl -s http://localhost:3123/healthcheck && break || sleep 1; done
9797

9898
- name: Run E2E Test Suite
99-
run: yarn dlx mocha-headless-chrome --timeout 3600000 --polling 1000 -a no-sandbox -a disable-setuid-sandbox -f http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}
99+
run: yarn dlx mocha-headless-chrome@4.0.0 --timeout 3600000 --polling 1000 -a no-sandbox -a disable-setuid-sandbox -f http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}
100100

101101
- name: Archive failed run logs
102102
if: ${{ failure() }}

.github/workflows/e2e-self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: docker/is-available.sh http://localhost:3123 $(pwd)/logs
5858

5959
- name: Run E2E Test Suite
60-
run: yarn dlx mocha-headless-chrome --timeout 3600000 --polling 1000 -a no-sandbox -a disable-setuid-sandbox -f http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}
60+
run: yarn dlx mocha-headless-chrome@4.0.0 --timeout 3600000 --polling 1000 -a no-sandbox -a disable-setuid-sandbox -f http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}
6161

6262
- name: Archive failed run logs
6363
if: ${{ failure() }}

0 commit comments

Comments
 (0)