mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Stop testing on OSX as it always failed
This commit is contained in:
parent
b8a4b81f81
commit
39b0060c1f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -13,7 +13,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu, macos, windows]
|
os: [ubuntu, windows]
|
||||||
|
# os: [ubuntu, macos, windows]
|
||||||
browser: [firefox]
|
browser: [firefox]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue