We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55be05 commit 55c660fCopy full SHA for 55c660f
.github/workflows/ci.yml
@@ -26,8 +26,9 @@ jobs:
26
strategy:
27
matrix:
28
os:
29
- - ubuntu-latest
30
- - macos-latest
+ # - ubuntu-latest
+ # - macos-latest
31
+ - windows-latest
32
node:
33
- 8
34
- '*'
@@ -36,9 +37,14 @@ jobs:
36
37
- test:command
38
- test:fast
39
exclude:
- - os: macos-latest
40
+ # - os: macos-latest
41
+ # node: '*'
42
43
+ # node: 8
44
+ # test-command: test:fast
45
+ - os: windows-latest
46
node: '*'
47
48
node: 8
49
test-command: test:fast
50
@@ -55,7 +61,8 @@ jobs:
55
61
56
62
- run: npm ci
57
63
- run: npm run ${{ matrix.test-command }} -- --retries 1
58
- timeout-minutes: 10
64
+ shell: cmd
65
+ timeout-minutes: 15
59
66
env:
60
67
NODE_LTS: ${{ matrix.node == 8 }}
68
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures
0 commit comments