Skip to content

Commit

Permalink
add no-deprecations ember-try scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 26, 2024
1 parent 8eb46e8 commit c400fd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- ember-canary
- embroider-safe
- embroider-optimized
- no-deprecations

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ module.exports = async function () {
},
embroiderSafe(),
embroiderOptimized(),
{
name: 'no-deprecations',
npm: {
devDependencies: {
'ember-deprecation-error': '*',
},
},
},
],
};
};

0 comments on commit c400fd1

Please sign in to comment.