Skip to content

Commit a1a33fb

Browse files
committed
test: split typecheck step into two
1 parent d0d0c0f commit a1a33fb

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)