We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a9627 commit 28e0419Copy full SHA for 28e0419
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
os:
27
- ubuntu-latest
28
- macos-latest
29
+ - windows-latest
30
node:
31
- 8
32
- '*'
@@ -39,6 +40,11 @@ jobs:
39
40
- os: macos-latest
41
node: 8
42
test-command: test:fast
43
+ - os: windows-latest
44
+ node: '*'
45
46
+ node: 8
47
+ test-command: test:fast
48
49
runs-on: ${{ matrix.os }}
50
@@ -53,7 +59,7 @@ jobs:
53
59
54
60
- run: npm ci
55
61
- run: npm run ${{ matrix.test-command }} -- --retries 1
56
- timeout-minutes: 10
62
+ timeout-minutes: 15
57
63
env:
58
64
NODE_LTS: ${{ matrix.node == 8 }}
65
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures
0 commit comments