Skip to content

Commit 6a84391

Browse files
committed
feat: enable embroider-optimized scenario
1 parent 89a769b commit 6a84391

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci-components.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
NODE_VERSION: '22.x'
1111

1212
concurrency:
13-
group: ci-components-${{ github.head_ref || github.ref }}
14-
cancel-in-progress: true
13+
group: ci-components-${{ github.head_ref || github.ref }}
14+
cancel-in-progress: true
1515

1616
jobs:
1717
conditional-skip:
@@ -28,7 +28,7 @@ jobs:
2828
run: ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml" "packages/tokens"
2929

3030
test:
31-
name: "Tests"
31+
name: 'Tests'
3232
runs-on: ubuntu-latest
3333
needs: [conditional-skip]
3434
if: needs.conditional-skip.outputs.trigger-ci == 'true'
@@ -71,11 +71,11 @@ jobs:
7171
try-scenario:
7272
- ember-lts-3.28
7373
- ember-lts-4.12
74-
# - ember-release
74+
- ember-release
7575
- ember-beta
76-
# - ember-canary
76+
- ember-canary
7777
- embroider-safe
78-
# - embroider-optimized
78+
- embroider-optimized
7979

8080
steps:
8181
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -97,4 +97,4 @@ jobs:
9797
working-directory: showcase
9898
run: pnpm ember try:one ${{ matrix.try-scenario }}
9999
env:
100-
PERCY_ENABLE: 0
100+
PERCY_ENABLE: 0

showcase/config/ember-try.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = async function () {
7777
},
7878
},
7979
embroiderSafe({ allowedToFail: true }),
80-
embroiderOptimized({ allowedToFail: true }),
80+
embroiderOptimized(),
8181
],
8282
};
8383
};

0 commit comments

Comments
 (0)