Skip to content

Commit

Permalink
fix ci (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanto authored Feb 26, 2021
1 parent 585e8cc commit ad1a07c
Show file tree
Hide file tree
Showing 3 changed files with 1,060 additions and 101 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
try:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
ember-version:
Expand All @@ -18,18 +19,19 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.0
- uses: actions/setup-node@v2.1.5
- run: yarn install
- run: node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO --skip-cleanup
continue-on-error: ${{ matrix.ember-version == 'ember-canary' }}

docs:
runs-on: ubuntu-latest
timeout-minutes: 15
needs: []
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.0
- uses: actions/setup-node@v2.1.5
- run: yarn install
- uses: webfactory/[email protected]
with:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
"devDependencies": {
"@ember/jquery": "^1.1.0",
"@ember/optional-features": "^1.0.0",
"@fortawesome/ember-fontawesome": "^0.2.3",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"babel-eslint": "^10.0.3",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "^1.5.3",
"ember-ajax": "^5.0.0",
"ember-auto-import": "^1.5.3",
"ember-cli": "~3.16.0",
"ember-cli-addon-docs": "0.10.0",
"ember-cli-addon-docs-yuidoc": "^0.2.3",
Expand All @@ -61,7 +63,6 @@
"ember-disable-prototype-extensions": "^1.1.3",
"ember-export-application-global": "^2.0.0",
"ember-fetch": "^8.0.0",
"ember-font-awesome": "4.0.0-rc.4",
"ember-load-initializers": "^2.0.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-qunit-assert-helpers": "^0.2.1",
Expand Down
Loading

0 comments on commit ad1a07c

Please sign in to comment.