260324:1349 Refactor RFA #01
CI / CD Pipeline / build (push) Failing after 1m52s
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
admin
2026-03-24 13:49:30 +07:00
parent a3e3206b06
commit 4cd0952482
29 changed files with 1700 additions and 306 deletions
+5 -2
View File
@@ -17,12 +17,15 @@ jobs:
uses: actions/checkout@v4
- name: 📦 Install pnpm
run: npm install -g pnpm@10.32.1
uses: pnpm/action-setup@v4
with:
version: 10.32.1
- name: 🟢 Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: 📦 Install deps
run: pnpm install --frozen-lockfile
@@ -45,7 +48,7 @@ jobs:
- name: 🧪 Run Tests & Coverage
run: |
cd backend && pnpm test --watchAll=false
cd backend && pnpm test
cd ../frontend && pnpm test run
# ============================================================