Skip to content

Commit abbb3dd

Browse files
committed
Add Windows testing.
1 parent f703ad8 commit abbb3dd

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ env:
1111
NODE: 14.x
1212

1313
jobs:
14-
test:
15-
runs-on: ubuntu-latest
14+
run:
15+
name: Node on ${{ matrix.os }}
16+
runs-on: ${{ matrix.os }}
17+
18+
strategy:
19+
fail-fast: false
20+
matrix:
21+
os: [ubuntu-latest, windows-latest]
1622

1723
steps:
1824
- name: Clone repository

0 commit comments

Comments
 (0)