Skip to content

Commit 28e0419

Browse files
author
Kelly Selden
committed
add windows to github actions
1 parent 90a9627 commit 28e0419

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
os:
2727
- ubuntu-latest
2828
- macos-latest
29+
- windows-latest
2930
node:
3031
- 8
3132
- '*'
@@ -39,6 +40,11 @@ jobs:
3940
- os: macos-latest
4041
node: 8
4142
test-command: test:fast
43+
- os: windows-latest
44+
node: '*'
45+
- os: windows-latest
46+
node: 8
47+
test-command: test:fast
4248

4349
runs-on: ${{ matrix.os }}
4450

@@ -53,7 +59,7 @@ jobs:
5359

5460
- run: npm ci
5561
- run: npm run ${{ matrix.test-command }} -- --retries 1
56-
timeout-minutes: 10
62+
timeout-minutes: 15
5763
env:
5864
NODE_LTS: ${{ matrix.node == 8 }}
5965
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures

0 commit comments

Comments
 (0)