chore: disable windows e2e tests

This commit is contained in:
Nate Moore 2022-08-15 12:54:32 -04:00
parent 655d9840f8
commit 34ec0771e6

View file

@ -150,7 +150,7 @@ jobs:
needs: build needs: build
strategy: strategy:
matrix: matrix:
OS: [ubuntu-latest, windows-latest] OS: [ubuntu-latest]
NODE_VERSION: [14] NODE_VERSION: [14]
fail-fast: false fail-fast: false
env: env:
@ -213,4 +213,4 @@ jobs:
run: pnpm run build run: pnpm run build
- name: Test - name: Test
run: pnpm run test:smoke run: pnpm run test:smoke