Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add try scenario
Browse files Browse the repository at this point in the history
NullVoxPopuli committed Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 792af4d commit e31b2ed
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -106,6 +106,7 @@ jobs:
- ember-default
- embroider-safe
- embroider-optimized
- "@ember/test-waiters@v4"

steps:
- uses: actions/checkout@v4
8 changes: 8 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
@@ -123,6 +123,14 @@ module.exports = async function () {
},
embroiderSafe(),
embroiderOptimized(),
embroiderOptimized({
name: '@ember/test-waiters@v4',
npm: {
devDependencies: {
'@ember/test-waiters': '^4.0.0',
},
},
}),
],
};
};

0 comments on commit e31b2ed

Please sign in to comment.