Skip to content

Commit 33ee9fb

Browse files
committed
skip typecheck on tests for now
1 parent b577e04 commit 33ee9fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ runs:
1818
shell: bash
1919
run: npm run build
2020

21-
- name: Typecheck tests directory
22-
shell: bash
23-
run: npx tsc --noEmit --skipLibCheck --esModuleInterop --moduleResolution node --module esnext --target es2020 tests/**/*.ts
21+
# - name: Typecheck tests directory
22+
# shell: bash
23+
# run: npx tsc --noEmit --skipLibCheck --esModuleInterop --moduleResolution node --module esnext --target es2020 tests/**/*.ts
2424

2525
- name: Install examples dependencies
2626
shell: bash

0 commit comments

Comments
 (0)