Skip to content

Commit

Permalink
Run windows-specific test script
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jan 13, 2024
1 parent 5129580 commit 3e164cc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
cache: npm
cache-dependency-path: package.json
- run: npm install --omit=optional
shell: bash
- # if: matrix.os != 'windows-latest'
- if: matrix.os != 'windows-latest'
run: npm test
shell: bash
# - if: matrix.os == 'windows-latest'
# run: npm test-windows
# shell: bash
- if: matrix.os == 'windows-latest'
run: npm run test-windows

0 comments on commit 3e164cc

Please sign in to comment.