mirror of
https://github.com/Choices-js/Choices.git
synced 2026-03-14 14:45:47 +01:00
Revert "Adjust e2e testing matrix"
This reverts commit 1ba4f81b951e5523c69ccfdaac8f64c39a49b8ae.
This commit is contained in:
parent
2f5e007b94
commit
609bcf8cd2
1 changed files with 7 additions and 0 deletions
7
.github/workflows/browsers.yml
vendored
7
.github/workflows/browsers.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue