Skip to content

Commit 9eeca00

Browse files
authored
Disable windows test (#287)
1 parent 8b48298 commit 9eeca00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
run: npm run lint && npm run check:duplicates
6363

6464
- name: Test
65+
if: runner.os != 'Windows'
6566
run: npm run test
6667

6768
build-test-go:

0 commit comments

Comments
 (0)