Skip to content

Commit 7e259a2

Browse files
authored
ci: run tests on windows (#1853)
1 parent 8879fcb commit 7e259a2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
- run: yarn install
3939
- run: yarn test-regression
4040
test:
41-
name: Node.js ${{ matrix.node-version }}
42-
runs-on: ubuntu-latest
41+
name: ${{ matrix.os }} Node.js ${{ matrix.node-version }}
4342
strategy:
4443
fail-fast: false
4544
matrix:
@@ -48,6 +47,10 @@ jobs:
4847
- 18
4948
- 16
5049
- 14
50+
os:
51+
- ubuntu-latest
52+
- windows-latest
53+
runs-on: ${{ matrix.os }}
5154
steps:
5255
- uses: actions/checkout@v4
5356
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)