We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b48298 commit 23c6706Copy full SHA for 23c6706
.github/workflows/build-and-test.yml
@@ -62,6 +62,7 @@ jobs:
62
run: npm run lint && npm run check:duplicates
63
64
- name: Test
65
+ if: runner.os != 'Windows'
66
run: npm run test
67
68
build-test-go:
0 commit comments