We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912efc8 commit c15000fCopy full SHA for c15000f
1 file changed
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Run full tests
59
run: npm run test:coverage
60
- if: startsWith(matrix.os, 'ubuntu')
+ if: "!startsWith(matrix.os, 'windows')"
61
62
- name: Run tests
63
run: npm run mocha
0 commit comments