Skip to content

Commit 055a178

Browse files
committed
fix: remove redundant test typecheck step from CI
The separate tsc typecheck for tests was failing due to issues with Speakeasy-generated funcs files. This step is redundant since: - pnpm run build already type-checks the source - vitest handles type-checking when running tests
1 parent e2f3ceb commit 055a178

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/validate-sdk/action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ runs:
2828
shell: bash
2929
run: pnpm run build
3030

31-
- name: Typecheck tests directory
32-
shell: bash
33-
run: pnpm exec tsc --noEmit --skipLibCheck --esModuleInterop --moduleResolution node --module esnext --target es2020 tests/**/*.ts
34-
3531
- name: Install examples dependencies
3632
shell: bash
3733
working-directory: examples

0 commit comments

Comments
 (0)