Skip to content

Commit 326fa1d

Browse files
committed
Revert "chore: add debug ci step"
This reverts commit ae93726.
1 parent 7150a8e commit 326fa1d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
run: bun run test:types
2424
- name: Build
2525
run: bun run build
26-
- name: Debug test:types execution
27-
run: |
28-
cd examples/ts-plugin-example
29-
bun ts-patch check
30-
bun run test:types
31-
bun test
3226
- name: Unit tests
3327
run: bun run test:unit
3428
# TODO: upload coverage

0 commit comments

Comments
 (0)