Skip to content

Commit ec4471a

Browse files
g-cqdclaude
andcommitted
Fix CI test command to use bun run test
Use package.json script instead of bun test directly to ensure vitest is used as configured. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 80e966c commit ec4471a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: bun install
2828

2929
- name: Run tests
30-
run: bun test
30+
run: bun run test
3131

3232
snyk:
3333
name: Security Scan

0 commit comments

Comments
 (0)