Skip to content

Commit

Permalink
Merge pull request #56 from r3yc0n1c/gh-workflow
Browse files Browse the repository at this point in the history
fix: bun support
  • Loading branch information
r3yc0n1c authored Jun 29, 2024
2 parents 2843383 + e295618 commit 398d4e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Backend
run: |
bun install
npm run test
- name: Deploy
if: github.ref == 'refs/heads/be-deploy'
Expand Down

0 comments on commit 398d4e1

Please sign in to comment.