Skip to content

Commit

Permalink
Docs: cli/test.md - Completed GH Actions example (#15412)
Browse files Browse the repository at this point in the history
  • Loading branch information
NReilingh authored Nov 26, 2024
1 parent a9ce4d4 commit 6dd44cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/cli/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ jobs:
name: build-app
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies # (assuming your project has dependencies)
run: bun install # You can use npm/yarn/pnpm instead if you prefer
- name: Run tests
Expand Down

0 comments on commit 6dd44cb

Please sign in to comment.