We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5758ce3 + 3c4d364 commit 4f07f7cCopy full SHA for 4f07f7c
.github/workflows/ci.yml
@@ -64,8 +64,7 @@ jobs:
64
65
- run: yarn install
66
67
- # `yarn test` currently does not work due to https://github.com/embroider-build/embroider/issues/677
68
- - run: yarn build
+ - run: yarn test
69
continue-on-error: true
70
71
backend-lint:
ember-cli-build.js
@@ -47,6 +47,9 @@ module.exports = function (defaults) {
47
if (USE_EMBROIDER) {
48
const { Webpack } = require('@embroider/webpack');
49
return require('@embroider/compat').compatBuild(app, Webpack, {
50
+ staticAddonTestSupportTrees: true,
51
+ staticModifiers: true,
52
+
53
// see https://github.com/embroider-build/embroider/issues/823
54
compatAdapters: new Map([['ember-get-config', null]]),
55
});
0 commit comments