Skip to content

Commit

Permalink
fix(actions): add bun install for bun runtime test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Jan 21, 2025
1 parent 1f9d842 commit ab94405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: '1.1.39'
- run: bun install
- run: bun run test:bun
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ab94405

Please sign in to comment.