Skip to content

Commit

Permalink
🔧 add bun install step
Browse files Browse the repository at this point in the history
  • Loading branch information
flomSStaar committed Oct 18, 2024
1 parent c18c14f commit d94f471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: 'latest'
- run: bun install --production --no-save --frozen-lockfile
# Generate coverage report
- run: bun run coverage
- uses: sonarsource/sonarqube-scan-action@v3
Expand Down

0 comments on commit d94f471

Please sign in to comment.