We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c0c47 commit 35590f4Copy full SHA for 35590f4
.github/workflows/test-e2e.yml
@@ -57,6 +57,7 @@ jobs:
57
working-directory: e2e
58
59
- name: run e2e tests
60
+ if: matrix.os != 'ubuntu-latest'
61
run: |
62
pnpm install
63
pnpm test
0 commit comments