Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teguh02 authored Jul 1, 2024
1 parent 5ef4e9a commit 794370c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install bun
run: |
curl -fsSL https://bun.sh/install | bash
- name: Set up bun environment
run: bun env setup
- name: Set up bun
uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install
Expand Down

0 comments on commit 794370c

Please sign in to comment.