Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI - Remove useless testing scenarios #122

Merged
merged 2 commits into from
Sep 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ jobs:
- ember-lts-3.16
- ember-lts-3.20
- ember-release
- ember-beta
# - ember-canary
- ember-default-with-jquery
- ember-classic

Expand Down
16 changes: 0 additions & 16 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,6 @@ module.exports = async function () {
},
},
},
{
name: 'ember-beta',
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
},
},
// {
// name: 'ember-canary',
// npm: {
// devDependencies: {
// 'ember-source': await getChannelURL('canary'),
// },
// },
// },
// 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