Skip to content

Commit

Permalink
webkit and firefox are bizarrely flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Xon committed Aug 21, 2024
1 parent 01f4ea3 commit 29b0f4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
browser: [chromium, firefox, webkit]
exclude:
- os: windows-latest
browser: [webkit, firefox]
- os: macos-latest
browser: [firefox]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 29b0f4d

Please sign in to comment.