Skip to content

Commit 5cbfe03

Browse files
committed
Turn back off embroider-optimized scenario
We want this on at *some* point, but not as part of this PR.
1 parent 9438ebc commit 5cbfe03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
floating-dependencies:
2626
timeout-minutes: 10
27-
name: "Floating Dependencies"
27+
name: 'Floating Dependencies'
2828
runs-on: ubuntu-latest
2929

3030
steps:
@@ -35,7 +35,7 @@ jobs:
3535

3636
try-scenarios:
3737
timeout-minutes: 10
38-
name: "Try: ${{ matrix.ember-try-scenario }}"
38+
name: 'Try: ${{ matrix.ember-try-scenario }}'
3939

4040
runs-on: ubuntu-latest
4141

@@ -55,7 +55,7 @@ jobs:
5555
- ember-default
5656
- with-jquery
5757
- embroider-safe
58-
- embroider-optimized
58+
# - embroider-optimized # see comments in ember-try.js
5959

6060
steps:
6161
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)