Skip to content

Commit 59dd272

Browse files
author
Kelly Selden
committed
add windows to github actions
1 parent e55be05 commit 59dd272

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
@@ -28,6 +28,7 @@ jobs:
2828
os:
2929
- ubuntu-latest
3030
- macos-latest
31+
- windows-latest
3132
node:
3233
- 8
3334
- '*'
@@ -41,6 +42,11 @@ jobs:
4142
- os: macos-latest
4243
node: 8
4344
test-command: test:fast
45+
- os: windows-latest
46+
node: '*'
47+
- os: windows-latest
48+
node: 8
49+
test-command: test:fast
4450

4551
runs-on: ${{ matrix.os }}
4652

@@ -55,7 +61,7 @@ jobs:
5561

5662
- run: npm ci
5763
- run: npm run ${{ matrix.test-command }} -- --retries 1
58-
timeout-minutes: 10
64+
timeout-minutes: 15
5965
env:
6066
NODE_LTS: ${{ matrix.node == 8 }}
6167
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures

0 commit comments

Comments
 (0)