Skip to content

Commit 87230b5

Browse files
Skip windows test in CI.yml
1 parent b21971f commit 87230b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
run: ls -R .
159159
shell: bash
160160
- name: Test bindings
161+
if: runner.os != 'Windows'
161162
run: yarn test
162163
test-linux-binding:
163164
name: Test ${{ matrix.target }} - node@${{ matrix.node }}

0 commit comments

Comments
 (0)