Skip to content

Commit 3229a8e

Browse files
Aleksandr Slapoguzovclaude
andcommitted
fix: use bun run test instead of bun test in CI
bun test uses Bun's native test runner which doesn't support Vitest-specific matchers like toMatchFileSnapshot. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c5e72dc commit 3229a8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
done
2323
- run: bun install
2424
- run: bun run typecheck
25-
- run: bun test
25+
- run: bun run test
2626
- run: bun run bundle:all
2727

2828
- name: Download Codesign Client and signatures

0 commit comments

Comments
 (0)