Skip to content

Commit 55c660f

Browse files
author
Kelly Selden
committed
add windows to github actions
1 parent e55be05 commit 55c660f

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.github/workflows/ci.yml

+12-5
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
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
- '*'
@@ -36,9 +37,14 @@ jobs:
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

@@ -55,7 +61,8 @@ jobs:
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

0 commit comments

Comments
 (0)