File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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() }}
Original file line number Diff line number Diff line change 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() }}
You can’t perform that action at this time.
0 commit comments