Skip to content

Commit 9015313

Browse files
committed
build(window): try to run the tests workflow on a windows machine
1 parent 34e3fde commit 9015313

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ on:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
15-
1614
strategy:
1715
matrix:
1816
node-version: [lts/gallium, lts/fermium]
19-
17+
os: [ubuntu-latest, windows-latest]
18+
runs-on: ${{ matrix.os }}
2019
steps:
2120
- uses: actions/checkout@v2
2221
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)