Skip to content

Commit 23b1574

Browse files
authored
Merge pull request #3389 from hey-api/test/ci-typecheck
test: split typecheck step into two
2 parents d0d0c0f + a1a33fb commit 23b1574

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ jobs:
8181
run: pnpm turbo run lint
8282

8383
- name: Run type check
84-
run: pnpm typecheck
84+
run: pnpm ty "!@test/openapi-ts"
85+
86+
- name: Run type check (heavy tests)
87+
run: pnpm ty "@test/openapi-ts"
8588

8689
- name: Run tests
8790
run: pnpm test

0 commit comments

Comments
 (0)