Skip to content

Commit

Permalink
add windows to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Dec 29, 2020
1 parent 52991bd commit 547585f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node:
- 10
- '*'
Expand All @@ -41,6 +42,11 @@ jobs:
- os: macos-latest
node: 10
test-command: test:fast
- os: windows-latest
node: '*'
- os: windows-latest
node: 10
test-command: test:fast

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 547585f

Please sign in to comment.