Revert "Adjust e2e testing matrix"

This reverts commit 1ba4f81b951e5523c69ccfdaac8f64c39a49b8ae.
This commit is contained in:
Xon 2024-08-28 22:46:59 +08:00
commit 609bcf8cd2

View file

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