chore: fix bun ci
Some checks failed
Bun CI/CD / test (push) Failing after 17s
Bun CI/CD / deploy-staging (push) Has been skipped
Bun CI/CD / deploy-prod (push) Has been skipped

This commit is contained in:
2026-01-03 19:35:46 +03:00
parent 3522f243b8
commit 0ae34c8bae

View File

@@ -1,5 +1,5 @@
# .gitea/workflows/deploy.yml # .gitea/workflows/deploy.yml
name: CI/CD name: Bun CI/CD
on: on:
push: push:
@@ -10,11 +10,14 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - name: 📥 Checkout code
- name: Setup Node uses: actions/checkout@v4
uses: actions/setup-node@v4
- name: 🛠️ Install Bun
uses: oven-sh/setup-bun@v2
with: with:
node-version: '20' bun-version: latest # Or specify a version like "1.3.3"
- run: bun ci - run: bun ci
- run: bun test - run: bun test