Remove working-directory once its not supported by retry

This commit is contained in:
Gustavo Trott 2023-11-29 15:26:38 -03:00
parent 724e3569f5
commit 6f4181a505

View File

@ -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