Skip to content

Commit

Permalink
ci: run tests on windows (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco authored Nov 26, 2023
1 parent 8879fcb commit 7e259a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- run: yarn install
- run: yarn test-regression
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
name: ${{ matrix.os }} Node.js ${{ matrix.node-version }}
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 7e259a2

Please sign in to comment.