Skip to content

Commit

Permalink
feat: Updated .github/workflows/bun_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Sep 24, 2023
1 parent 07d838c commit c777dea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bun_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
name: Verify Bun
run: |
bun --version
- id: bun-install
name: Bun Install
run: |
bun install
- id: bun-test
name: Bun Test
run: |
Expand Down

0 comments on commit c777dea

Please sign in to comment.