We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659b655 commit ba8e489Copy full SHA for ba8e489
1 file changed
.github/workflows/build.yml
@@ -19,13 +19,13 @@ jobs:
19
fail-fast: false
20
matrix:
21
scenario:
22
- - default-with-lockfile
+ - ember-default-with-lockfile
23
- default-with-jquery
24
- - release
25
- - beta
26
- - canary
27
- - lts-3.16
28
- - lts-3.20
+ - ember-release
+ - ember-beta
+ - ember-canary
+ - ember-lts-3.16
+ - ember-lts-3.20
29
- embroider-safe
30
- embroider-optimized
31
@@ -39,7 +39,7 @@ jobs:
39
- name: Setup ember-try scenario
40
if: matrix.scenario != 'default-with-lockfile'
41
run: >-
42
- npx ember try:one ember-${{ matrix.scenario }} --skip-cleanup ---
+ npx ember try:one ${{ matrix.scenario }} --skip-cleanup ---
43
'[ -z "$EMBER_OPTIONAL_FEATURES" ] || echo "EMBER_OPTIONAL_FEATURES=$EMBER_OPTIONAL_FEATURES" >> $GITHUB_ENV'
44
- name: Lint
45
run: npm run lint
0 commit comments