Skip to content

Commit ae93726

Browse files
committed
chore: add debug ci step
1 parent 6656392 commit ae93726

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
run: bun run lint
2222
- name: Typecheck
2323
run: bun run test:types
24+
- name: Debug test:types execution
25+
run: |
26+
cd examples/ts-plugin-example
27+
bun ts-patch check
28+
bun run test:types
29+
bun test
2430
- name: Unit tests
2531
run: bun run test:unit
2632
# TODO: upload coverage

0 commit comments

Comments
 (0)