Skip to content

Commit

Permalink
ci: use oven-sh/setup-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 4, 2023
1 parent eba5f27 commit c13c12c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: curl https://bun.sh/install | bash
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Load cached dist
uses: actions/cache@v3
id: dist
Expand Down
6 changes: 2 additions & 4 deletions tap/.bun.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
BUN=~/.bun/bin/bun
echo "Using Bun `bun -v`"

echo "Using Bun `$BUN -v`"

$BUN run tap/run-bun.ts
bun run tap/run-bun.ts

0 comments on commit c13c12c

Please sign in to comment.