Skip to content

Commit

Permalink
chore: removes unnecessary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelik committed Jan 10, 2024
1 parent 1157d6a commit 9ff4cb4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
- ember-lts-4.8
- ember-lts-4.12
- ember-release
- ember-beta
- ember-canary
- embroider-safe
- embroider-optimized

Expand Down
Empty file.
20 changes: 2 additions & 18 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,8 @@ module.exports = async function () {
},
},
},
{
name: 'ember-beta',
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
},
},
{
name: 'ember-canary',
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
},
},
embroiderSafe(),
embroiderOptimized(),
embroiderSafe({ allowedToFail: true }),
embroiderOptimized({ allowedToFail: true }),
],
};
};

0 comments on commit 9ff4cb4

Please sign in to comment.