Skip to content

Commit

Permalink
try windows on github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Aug 30, 2023
1 parent c4db206 commit fc8ac7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest
node:
- 16
- 18
Expand All @@ -44,6 +45,8 @@ jobs:
exclude:
- os: macos-latest
test-command: test:fast
- os: windows-latest
test-command: test:fast

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

Expand Down

0 comments on commit fc8ac7b

Please sign in to comment.