Compare commits

...

1 commit

Author SHA1 Message Date
Nate Moore
34ec0771e6 chore: disable windows e2e tests 2022-08-15 12:54:32 -04:00

View file

@ -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