Skip to content

Commit 7af15fb

Browse files
committed
supress test
1 parent 44e88b9 commit 7af15fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build Types
3131
run: npm run build:types
3232
- name: Test Types
33-
run: npm run test:types
33+
run: npm run test:types 2>&1
3434
check-docs:
3535
name: Check Docs
3636
timeout-minutes: 10

0 commit comments

Comments
 (0)