Remove working-directory once its not supported by retry
This commit is contained in:
parent
724e3569f5
commit
6f4181a505
5
.github/workflows/automated-tests.yml
vendored
5
.github/workflows/automated-tests.yml
vendored
@ -283,8 +283,9 @@ jobs:
|
||||
with:
|
||||
timeout_minutes: 25
|
||||
max_attempts: 3
|
||||
command: npm run test-chromium-ci -- --shard ${{ matrix.shard }}
|
||||
working-directory: ./bigbluebutton-tests/playwright
|
||||
command: |
|
||||
cd ./bigbluebutton-tests/playwright
|
||||
npm run test-chromium-ci -- --shard ${{ matrix.shard }}
|
||||
env:
|
||||
NODE_EXTRA_CA_CERTS: /usr/local/share/ca-certificates/bbb-dev/bbb-dev-ca.crt
|
||||
ACTIONS_RUNNER_DEBUG: true
|
||||
|
Loading…
Reference in New Issue
Block a user