Skip to content

Commit

Permalink
chore(ci): fix embroider scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Dec 11, 2023
1 parent c7d189e commit 9b4a25a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function buildEmbroiderScenario(type) {
scenarios: config.scenarios.map((scenario) => ({
...scenario,
...embroiderScenario,
env: { ...embroiderScenario.env, ...scenario.env },
name: `${embroiderScenario.name} (${scenario.name})`,
})),
};
Expand Down

0 comments on commit 9b4a25a

Please sign in to comment.