mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Stop testing Firefox ESR on Windows
It is failing so much that it is making the rest of the tests a bit useless. Should re-enable at some point in the future once a new ESR version is out.
This commit is contained in:
parent
9c8006107e
commit
58283a1c3d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
# os: [ubuntu, macos, windows]
|
||||
browser: [firefox, firefoxesr]
|
||||
exclude:
|
||||
- os: macos
|
||||
- os: [macos, windows]
|
||||
browser: firefoxesr
|
||||
|
||||
runs-on: ${{ matrix.os }}-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue