Skip to content

Commit

Permalink
Revert "Adjust e2e testing matrix"
Browse files Browse the repository at this point in the history
This reverts commit 1ba4f81.
  • Loading branch information
Xon committed Aug 28, 2024
1 parent 40bcf1e commit b54cde7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
browser: [chromium, firefox, webkit]
exclude:
- os: windows-latest
browser: webkit
- os: windows-latest
browser: firefox
- os: macos-latest
browser: firefox
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b54cde7

Please sign in to comment.