Skip to content

Commit 886a9b0

Browse files
author
Kelly Selden
committed
add windows to github actions
1 parent 83b36b7 commit 886a9b0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ jobs:
2121
- run: npm run lint
2222

2323
test:
24-
timeout-minutes: 10
25-
2624
strategy:
2725
matrix:
2826
os:
2927
- ubuntu-latest
3028
- macos-latest
29+
- windows-latest
3130
node:
3231
- 8
3332
- '*'
@@ -41,6 +40,11 @@ jobs:
4140
- os: macos-latest
4241
node: 8
4342
test-command: test:fast
43+
- os: windows-latest
44+
node: '*'
45+
- os: windows-latest
46+
node: 8
47+
test-command: test:fast
4448

4549
runs-on: ${{ matrix.os }}
4650

@@ -55,5 +59,6 @@ jobs:
5559

5660
- run: npm ci
5761
- run: npm run ${{ matrix.test-command }}
62+
timeout-minutes: 15
5863
env:
5964
NODE_LTS: ${{ matrix.node == 8 }}

0 commit comments

Comments
 (0)