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 e55be05 commit 59dd272Copy full SHA for 59dd272
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
os:
29
- ubuntu-latest
30
- macos-latest
31
+ - windows-latest
32
node:
33
- 8
34
- '*'
@@ -41,6 +42,11 @@ jobs:
41
42
- os: macos-latest
43
node: 8
44
test-command: test:fast
45
+ - os: windows-latest
46
+ node: '*'
47
48
+ node: 8
49
+ test-command: test:fast
50
51
runs-on: ${{ matrix.os }}
52
@@ -55,7 +61,7 @@ jobs:
55
61
56
62
- run: npm ci
57
63
- run: npm run ${{ matrix.test-command }} -- --retries 1
58
- timeout-minutes: 10
64
+ timeout-minutes: 15
59
65
env:
60
66
NODE_LTS: ${{ matrix.node == 8 }}
67
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures
0 commit comments