From 63aa1c3e1d3021bcce7aa95a0ec773e9af87c6fb Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 5 Apr 2026 01:16:16 +0900 Subject: [PATCH] ci: use run-ci-tests.ts for mock isolation in CI workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af24ea533..6d152c634 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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