File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 2626 strategy :
2727 matrix :
2828 os :
29- - ubuntu-latest
30- - macos-latest
29+ # - ubuntu-latest
30+ # - macos-latest
31+ - windows-latest
3132 node :
3233 - 8
3334 - ' *'
3637 - test:command
3738 - test:fast
3839 exclude :
39- - os : macos-latest
40+ # - os: macos-latest
41+ # node: '*'
42+ # - os: macos-latest
43+ # node: 8
44+ # test-command: test:fast
45+ - os : windows-latest
4046 node : ' *'
41- - os : macos -latest
47+ - os : windows -latest
4248 node : 8
4349 test-command : test:fast
4450
5561
5662 - run : npm ci
5763 - run : npm run ${{ matrix.test-command }} -- --retries 1
58- timeout-minutes : 10
64+ shell : cmd
65+ timeout-minutes : 15
5966 env :
6067 NODE_LTS : ${{ matrix.node == 8 }}
6168 DEBUG : ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures
You can’t perform that action at this time.
0 commit comments