File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 run : for i in {1..30}; do curl -s http://localhost:3123/healthcheck && break || sleep 1; done
9595
9696 - name : Run E2E Test Suite
97- run : yarn dlx mocha-headless-chrome --timeout 3600000 -f http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}
97+ run : yarn dlx mocha-headless-chrome --timeout 3600000 -a no-sandbox -a disable-setuid-sandbox - f http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}
9898
9999 - name : Archive failed run logs
100100 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 -f http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}
60+ run : yarn dlx mocha-headless-chrome --timeout 3600000 -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