Skip to content

Commit

Permalink
ci: run tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Nov 26, 2023
1 parent 8879fcb commit 9797853
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- run: yarn test-regression
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -48,6 +47,10 @@ jobs:
- 18
- 16
- 14
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 9797853

Please sign in to comment.