Skip to content

Commit

Permalink
disable canary tests for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jul 27, 2021
1 parent a465a1e commit 24926df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- ember-lts-3.20
- ember-release
- ember-beta
- ember-canary
- ember-default-with-jquery

steps:
Expand Down
9 changes: 0 additions & 9 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module.exports = function() {
return Promise.all([
getChannelURL('release'),
getChannelURL('beta'),
getChannelURL('canary')
]).then((urls) => {
return {
scenarios: [
Expand Down Expand Up @@ -78,14 +77,6 @@ module.exports = function() {
}
}
},
{
name: 'ember-canary',
npm: {
devDependencies: {
'ember-source': urls[2]
}
}
},
// The default `.travis.yml` runs this scenario via `npm test`,
// not via `ember try`. It's still included here so that running
// `ember try:each` manually or from a customized CI config will run it
Expand Down

0 comments on commit 24926df

Please sign in to comment.