-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): minor readability updates
Also, widen the type of the helper resource, because of a mis-match between the types used for the helper in ember-resources and the test app
- Loading branch information
1 parent
cc88ad6
commit 5e78893
Showing
9 changed files
with
57 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146,7 +146,7 @@ jobs: | |
- run: pnpm --filter ember-app run ember:test | ||
|
||
try-scenarios: | ||
name: "Compat: ${{ matrix.ember-try-scenario }}" | ||
name: "${{ matrix.ember-try-scenario }}" | ||
<<: *ubuntu | ||
timeout-minutes: 10 | ||
needs: tests | ||
|
@@ -179,7 +179,7 @@ jobs: | |
node_modules/.bin/ember try:one ${{ matrix.ember-try-scenario }} --skip-cleanup | ||
typescript-compatibility: | ||
name: Type checking - ${{ matrix.typescript-scenario }} | ||
name: ${{ matrix.typescript-scenario }} | ||
<<: *ubuntu | ||
continue-on-error: true | ||
needs: build_test | ||
|
@@ -193,6 +193,7 @@ jobs: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- typescript@next | ||
|
||
steps: | ||
|
@@ -209,8 +210,9 @@ jobs: | |
run: pnpm add --save-dev ${{ matrix.typescript-scenario }} | ||
working-directory: testing/ember-app | ||
- name: Type checking | ||
run: pnpm --filter ember-app exec tsc --build | ||
|
||
run: | | ||
pnpm --filter ember-app exec tsc -v | ||
pnpm --filter ember-app exec tsc --build | ||
publish: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,6 @@ | |
# output | ||
dist/ | ||
declarations/ | ||
src/**/*.d.ts | ||
src/**/*.d.ts.map | ||
src/**/*.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters