Skip to content

Commit 24926df

Browse files
committed
disable canary tests for the moment
1 parent a465a1e commit 24926df

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- ember-lts-3.20
5353
- ember-release
5454
- ember-beta
55-
- ember-canary
5655
- ember-default-with-jquery
5756

5857
steps:

config/ember-try.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = function() {
66
return Promise.all([
77
getChannelURL('release'),
88
getChannelURL('beta'),
9-
getChannelURL('canary')
109
]).then((urls) => {
1110
return {
1211
scenarios: [
@@ -78,14 +77,6 @@ module.exports = function() {
7877
}
7978
}
8079
},
81-
{
82-
name: 'ember-canary',
83-
npm: {
84-
devDependencies: {
85-
'ember-source': urls[2]
86-
}
87-
}
88-
},
8980
// The default `.travis.yml` runs this scenario via `npm test`,
9081
// not via `ember try`. It's still included here so that running
9182
// `ember try:each` manually or from a customized CI config will run it

0 commit comments

Comments
 (0)