We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b36b7 commit 886a9b0Copy full SHA for 886a9b0
.github/workflows/ci.yml
@@ -21,13 +21,12 @@ jobs:
21
- run: npm run lint
22
23
test:
24
- timeout-minutes: 10
25
-
26
strategy:
27
matrix:
28
os:
29
- ubuntu-latest
30
- macos-latest
+ - windows-latest
31
node:
32
- 8
33
- '*'
@@ -41,6 +40,11 @@ jobs:
41
40
- os: macos-latest
42
node: 8
43
test-command: test:fast
+ - os: windows-latest
44
+ node: '*'
45
46
+ node: 8
47
+ test-command: test:fast
48
49
runs-on: ${{ matrix.os }}
50
@@ -55,5 +59,6 @@ jobs:
55
59
56
60
- run: npm ci
57
61
- run: npm run ${{ matrix.test-command }}
62
+ timeout-minutes: 15
58
63
env:
64
NODE_LTS: ${{ matrix.node == 8 }}
0 commit comments