Skip to content

Commit

Permalink
ci: remove duplicate build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sakkke committed Apr 9, 2024
1 parent 561fac9 commit 8ec4813
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run build
- run: bun ./dist/index.js
- run: bun run --if-present build
- run: bun ./dist/index.js
- run: bun test

0 comments on commit 8ec4813

Please sign in to comment.