Skip to content

Commit

Permalink
Run unit tests on Windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Jun 29, 2022
1 parent 9953936 commit 7ebbfcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
needs: [check-js, check-node-modules]
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 45

Expand Down

0 comments on commit 7ebbfcb

Please sign in to comment.