We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f642ebc commit 42ca54eCopy full SHA for 42ca54e
1 file changed
.github/workflows/ci-build.yml
@@ -38,6 +38,9 @@ jobs:
38
- name: Install Dependencies
39
run: pnpm install
40
- run: pnpm test
41
+ - name: own types
42
+ working-directory: addon
43
+ run: pnpm tsc --noEmit
44
45
floating:
46
name: "Floating Dependencies"
@@ -54,6 +57,9 @@ jobs:
54
57
run: pnpm install --no-lockfile
55
58
- name: Run Tests
56
59
run: pnpm test
60
61
62
63
64
try-scenarios:
65
timeout-minutes: 10
@@ -124,9 +130,6 @@ jobs:
124
130
- name: install TS version
125
131
working-directory: addon
126
132
run: pnpm add --save-dev typescript@${{matrix.ts-version}}
127
- - name: own types
128
- working-directory: addon
129
- run: pnpm tsc --noEmit
133
- name: public types
134
135
run: pnpm tsc --noEmit --project type-tests
0 commit comments