Skip to content

Commit

Permalink
chore: skip testing the types on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Jul 11, 2024
1 parent d2c759a commit 54faa24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ jobs:
run: npm run types

- name: npm test
if: runner.os != 'Windows'
run: npm test

- name: npm test
if: runner.os == 'Windows'
run: npm run test:unit

0 comments on commit 54faa24

Please sign in to comment.