Skip to content

Commit 38d89d7

Browse files
committed
Disable tests on Windows
1 parent c8fb23c commit 38d89d7

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
@@ -15,3 +15,4 @@ jobs:
1515
node-version: 20
1616
- run: npm ci
1717
- run: npm test
18+
if: ${{ matrix.os != 'windows-latest' }}

0 commit comments

Comments
 (0)