Skip to content

Commit

Permalink
Add step name
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbrugger committed Sep 17, 2024
1 parent ae5424e commit 9b2883b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.head_ref != 'changeset-release/main' }}
steps:
- uses: oven-sh/setup-bun@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Check out code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9b2883b

Please sign in to comment.