Skip to content

Commit c229c30

Browse files
committed
one more try
1 parent c1c2cbe commit c229c30

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 2>1
33+
run: npm run test:types 2>&1 | tee silent.txt;
3434
check-docs:
3535
name: Check Docs
3636
timeout-minutes: 10

0 commit comments

Comments
 (0)