Skip to content

Commit

Permalink
Move ember-concurrency-specific-tests to the ember-concurrency@v2 tes…
Browse files Browse the repository at this point in the history
…t-app

config

eh

eh

eh

eh

eh
  • Loading branch information
NullVoxPopuli committed Dec 4, 2023
1 parent f782936 commit fec1395
Show file tree
Hide file tree
Showing 15 changed files with 726 additions and 424 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

try-scenarios:
timeout-minutes: 10
name: "Try: ${{ matrix.ember-try-scenario }}"
name: "Try: ${{ matrix.ember-try-scenario }} @ ${{ matrix.app }}"

runs-on: ubuntu-latest

Expand All @@ -44,6 +44,9 @@ jobs:
strategy:
fail-fast: false
matrix:
app:
- test-apps/base-tests
- test-apps/ember-concurrency-v2
ember-try-scenario:
- ember-lts-3.16
- ember-lts-3.20
Expand All @@ -61,4 +64,4 @@ jobs:
node-version: 18.18.1
- name: test
run: node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup
working-directory: test-apps/base-tests
working-directory: ${{ matrix.app }}
4 changes: 2 additions & 2 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/ember-test-helpers": "^1.0.10",
"@types/ember-testing-helpers": "^0.0.4",
"@types/ember__test-helpers": "^2.6.1",
"@types/qunit": "^2.11.2",
"@types/qunit": "^2.19.9",
"@types/rsvp": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.30.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"qunit": "^2.16.0",
"qunit": "^2.20.0",
"release-it": "^14.14.3",
"release-it-lerna-changelog": "^3.1.0",
"typescript": "~4.4.2",
Expand Down
153 changes: 94 additions & 59 deletions pnpm-lock.yaml

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

Loading

0 comments on commit fec1395

Please sign in to comment.