Skip to content

Commit

Permalink
Run it in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
jaril committed Sep 29, 2022
1 parent 393acdb commit 4e3c18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -361,6 +361,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, build-native-test]
env:
BROWSER_NAME: 'firefox'
NEXT_TELEMETRY_DISABLED: 1
NEXT_TEST_JOB: 1
TEST_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }}
Expand Down Expand Up @@ -402,7 +403,7 @@ jobs:
- run: npm i -g playwright-chromium@1.22.2 && npx playwright install-deps
if: ${{needs.build.outputs.docsChange == 'nope'}}

- run: npx @replayio/playwright install chromium
- run: npx @replayio/playwright install firefox
if: ${{needs.build.outputs.docsChange == 'nope'}}

- run: node run-tests.js --type e2e --timings -g ${{ matrix.group }}/3 --debug
Expand Down

0 comments on commit 4e3c18d

Please sign in to comment.