Skip to content

Commit ba94b1b

Browse files
committed
add no-deprecations ember-try scenarios
1 parent 37dd414 commit ba94b1b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
- ember-default-with-jquery
6666
- embroider-safe
6767
- embroider-optimized
68+
- no-deprecations
69+
- ember-release-no-deprecations
6870

6971
steps:
7072
- uses: actions/checkout@v2

config/ember-try.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,23 @@ module.exports = async function () {
9595
},
9696
embroiderSafe(),
9797
embroiderOptimized(),
98+
{
99+
name: 'no-deprecations',
100+
npm: {
101+
devDependencies: {
102+
'ember-deprecation-error': '*',
103+
},
104+
},
105+
},
106+
{
107+
name: 'ember-release-no-deprecations',
108+
npm: {
109+
devDependencies: {
110+
'ember-source': await getChannelURL('release'),
111+
'ember-deprecation-error': '*',
112+
},
113+
},
114+
},
98115
],
99116
};
100117
};

0 commit comments

Comments
 (0)