File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
NODE_VERSION : ' 22.x'
11
11
12
12
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
15
15
16
16
jobs :
17
17
conditional-skip :
28
28
run : ./.github/scripts/filter_changed_files.sh "packages/components" "packages/flight-icons/catalog.json" "showcase" ".github/workflows/ci-components.yml" "packages/tokens"
29
29
30
30
test :
31
- name : " Tests"
31
+ name : ' Tests'
32
32
runs-on : ubuntu-latest
33
33
needs : [conditional-skip]
34
34
if : needs.conditional-skip.outputs.trigger-ci == 'true'
@@ -71,11 +71,11 @@ jobs:
71
71
try-scenario :
72
72
- ember-lts-3.28
73
73
- ember-lts-4.12
74
- # - ember-release
74
+ - ember-release
75
75
- ember-beta
76
- # - ember-canary
76
+ - ember-canary
77
77
- embroider-safe
78
- # - embroider-optimized
78
+ - embroider-optimized
79
79
80
80
steps :
81
81
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
97
97
working-directory : showcase
98
98
run : pnpm ember try:one ${{ matrix.try-scenario }}
99
99
env :
100
- PERCY_ENABLE : 0
100
+ PERCY_ENABLE : 0
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ module.exports = async function () {
77
77
} ,
78
78
} ,
79
79
embroiderSafe ( { allowedToFail : true } ) ,
80
- embroiderOptimized ( { allowedToFail : true } ) ,
80
+ embroiderOptimized ( ) ,
81
81
] ,
82
82
} ;
83
83
} ;
You can’t perform that action at this time.
0 commit comments