Skip to content

Commit

Permalink
Add try scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 9, 2024
1 parent 792af4d commit e31b2ed
Show file tree
Hide file tree
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
Expand Up @@ -106,6 +106,7 @@ jobs:
- ember-default
- embroider-safe
- embroider-optimized
- "@ember/test-waiters@v4"

steps:
- uses: actions/checkout@v4
Expand Down
8 changes: 8 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.