Skip to content

Commit

Permalink
Increase OS Matrix to also test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tupaschoal authored and thamara committed Apr 10, 2020
1 parent c2502a7 commit c2791d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: PR Checks
on: pull_request
jobs:
'Checking':
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit c2791d7

Please sign in to comment.