ci: run pure bun test in workflows

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-04-06 18:45:33 +09:00
parent 41af547fc7
commit e2d73f482a
3 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ jobs:
env:
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi"
- name: Run tests with isolation
run: bun run script/run-ci-tests.ts
- name: Run tests
run: bun test
typecheck:
runs-on: ubuntu-latest
+2 -2
View File
@@ -45,8 +45,8 @@ jobs:
env:
BUN_INSTALL_ALLOW_SCRIPTS: "@ast-grep/napi"
- name: Run tests with isolation
run: bun run script/run-ci-tests.ts
- name: Run tests
run: bun test
typecheck:
runs-on: ubuntu-latest