ci: use run-ci-tests.ts for mock isolation in CI workflow

This commit is contained in:
YeonGyu-Kim
2026-04-05 01:16:16 +09:00
parent 01994e3f65
commit 63aa1c3e1d
+2 -2
View File
@@ -46,8 +46,8 @@ jobs:
env:
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi"
- name: Run tests
run: bun test
- name: Run tests with isolation
run: bun run script/run-ci-tests.ts
typecheck:
runs-on: ubuntu-latest