Skip to content

Commit

Permalink
Try and prevent GitHub Actions from stopping Firefox running
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Jun 1, 2023
1 parent ebc5045 commit 8f7b96e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ jobs:
- name: 'Run Playwright'
id: 'playwright'
uses: docker://mcr.microsoft.com/playwright:v1.34.3-jammy
env:
HOME: /root
with:
args: npx playwright test --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }} --retries 4

Expand Down

0 comments on commit 8f7b96e

Please sign in to comment.