chore: disable windows e2e tests
This commit is contained in:
parent
655d9840f8
commit
34ec0771e6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.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:
|
||||
|
@ -213,4 +213,4 @@ jobs:
|
|||
run: pnpm run build
|
||||
|
||||
- name: Test
|
||||
run: pnpm run test:smoke
|
||||
run: pnpm run test:smoke
|
||||
|
|
Loading…
Reference in a new issue