Skip to content

Commit

Permalink
Add ember-fetch to the try matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 5, 2024
1 parent 6173234 commit 03c997f
Show file tree
Hide file tree
Showing 3 changed files with 8 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 @@ -48,6 +48,7 @@ jobs:
app:
- test-apps/base-tests
- test-apps/ember-concurrency-v2
- test-apps/ember-fetch-v8
ember-try-scenario:
- ember-lts-3.16
- ember-lts-3.20
Expand Down
4 changes: 4 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions test-apps/ember-fetch-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
"test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"",
"test:ember": "ember test"
},
"dependencies": {
"@ember/test-waiters": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@ember/optional-features": "^2.0.0",
Expand Down

0 comments on commit 03c997f

Please sign in to comment.