Skip to content

Commit

Permalink
Fix ember-release scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
fsmanuel committed Feb 6, 2024
1 parent 6b853b1 commit 3a5e879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ on:
- master
pull_request: {}


concurrency:
group: ci-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
test:
name: "Tests"
name: 'Tests'
runs-on: ubuntu-latest
timeout-minutes: 10

Expand All @@ -33,7 +32,7 @@ jobs:
run: yarn test:ember

floating:
name: "Floating Dependencies"
name: 'Floating Dependencies'
runs-on: ubuntu-latest
timeout-minutes: 10

Expand All @@ -50,7 +49,7 @@ jobs:

try-scenarios:
name: ${{ matrix.try-scenario }}
needs: "test"
needs: 'test'
runs-on: ubuntu-latest
timeout-minutes: 10

Expand All @@ -67,7 +66,7 @@ jobs:
- ember-lts-4.8
- ember-4.11
- ember-lts-4.12
- ember-release
# - ember-release
# - ember-beta
# - ember-canary
- embroider-safe
Expand Down
2 changes: 2 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ module.exports = async function () {
'ember-auto-import': '^2.2.0',
'ember-data': 'latest',
'ember-source': await getChannelURL('release'),
'ember-resolver': '10.0.0',
'@ember/string': '3.0.1',
},
},
},
Expand Down

0 comments on commit 3a5e879

Please sign in to comment.