Skip to content

Commit

Permalink
fix: install bun
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitkolhe committed Mar 16, 2024
1 parent 5c85120 commit 8b0a9c1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,8 @@ jobs:
key: ${{ runner.os }}-bun-${{ hashFiles('**/bun.lockb') }}
restore-keys: ${{ runner.os }}-bun-

- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
- name: Build
run: |
bun install
bun run bundle
- uses: oven-sh/setup-bun@v1
- run: bun install

- name: Run Tests Locally
run: bun test
Expand Down

0 comments on commit 8b0a9c1

Please sign in to comment.