Skip to content

Commit

Permalink
Split windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 21, 2023
1 parent fe7dd98 commit c547ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: npm run build
run: npm run build
- name: npm test
run: npm test
run: npm run test
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
- name: npm test (windows)
run: npm test:windows
run: npm run test:windows
if: matrix.os == 'windows-latest'

0 comments on commit c547ff9

Please sign in to comment.