Skip to content

Commit

Permalink
CI: Don't run NPM Test in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Sep 21, 2022
1 parent 6c6a674 commit 57dd5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest ]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 57dd5f6

Please sign in to comment.