chore: disable windows e2e tests
This commit is contained in:
parent
655d9840f8
commit
34ec0771e6
1 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -150,7 +150,7 @@ jobs:
|
|||
needs: build
|
||||
strategy:
|
||||
matrix:
|
||||
OS: [ubuntu-latest, windows-latest]
|
||||
OS: [ubuntu-latest]
|
||||
NODE_VERSION: [14]
|
||||
fail-fast: false
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue