Skip to content

Commit ab94405

Browse files
committed
fix(actions): add bun install for bun runtime test
1 parent 1f9d842 commit ab94405

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
- uses: oven-sh/setup-bun@v2
9797
with:
9898
bun-version: '1.1.39'
99+
- run: bun install
99100
- run: bun run test:bun
100101
- uses: actions/upload-artifact@v4
101102
with:

0 commit comments

Comments
 (0)