Skip to content

Commit 4d30941

Browse files
author
Christopher Dierkens
committed
run yarn test only on non windows
1 parent 193e73e commit 4d30941

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
node-version: ${{ matrix.node_version }}
3636
- name: Test
37+
if: ${{ matrix.os != 'windows-latest' }}
3738
run: |
3839
yarn install --frozen-lockfile
3940
yarn test

0 commit comments

Comments
 (0)