We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fb23c commit 38d89d7Copy full SHA for 38d89d7
.github/workflows/ci.yml
@@ -15,3 +15,4 @@ jobs:
15
node-version: 20
16
- run: npm ci
17
- run: npm test
18
+ if: ${{ matrix.os != 'windows-latest' }}
0 commit comments