Skip to content

Commit

Permalink
remove embroider optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbilling committed Oct 20, 2024
1 parent f58cd93 commit 23889e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- ember-beta
- ember-canary
- embroider-safe
- embroider-optimized
# - embroider-optimized

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

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

module.exports = async function () {
return {
Expand Down Expand Up @@ -47,7 +47,7 @@ module.exports = async function () {
},
},
embroiderSafe(),
embroiderOptimized(),
// embroiderOptimized(),
],
};
};

0 comments on commit 23889e2

Please sign in to comment.