Skip to content

Commit 9b2c9ea

Browse files
committed
dropping embroider-optimized
Because the shenanigans with the custom mergeTrees here: ```js appTree = new MergeTree(['tests/dummy/app', 'tests/colocation/app']); ``` Breaks staticComponents. And also, I don't think this addon is particularly important to test under embroider-optimized anyway.
1 parent 2d4230e commit 9b2c9ea

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
- ember-classic
8585
- ember-default-with-jquery
8686
- embroider-safe
87-
- embroider-optimized
8887
- with-ember-cli-htmlbars-inline-precompile
8988

9089
steps:

config/ember-try.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
const getChannelURL = require('ember-source-channel-url');
4-
const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
4+
const { embroiderSafe } = require('@embroider/test-setup');
55

66
module.exports = async function () {
77
return {
@@ -84,7 +84,6 @@ module.exports = async function () {
8484
},
8585
},
8686
embroiderSafe(),
87-
embroiderOptimized(),
8887
{
8988
name: 'with-ember-cli-htmlbars-inline-precompile',
9089
npm: {

0 commit comments

Comments
 (0)