Skip to content

Commit

Permalink
add windows to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Feb 11, 2020
1 parent e55be05 commit 55c660f
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
# - ubuntu-latest
# - macos-latest
- windows-latest
node:
- 8
- '*'
Expand All @@ -36,9 +37,14 @@ jobs:
- test:command
- test:fast
exclude:
- os: macos-latest
# - os: macos-latest
# node: '*'
# - os: macos-latest
# node: 8
# test-command: test:fast
- os: windows-latest
node: '*'
- os: macos-latest
- os: windows-latest
node: 8
test-command: test:fast

Expand All @@ -55,7 +61,8 @@ jobs:

- run: npm ci
- run: npm run ${{ matrix.test-command }} -- --retries 1
timeout-minutes: 10
shell: cmd
timeout-minutes: 15
env:
NODE_LTS: ${{ matrix.node == 8 }}
DEBUG: ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures
Expand Down

0 comments on commit 55c660f

Please sign in to comment.