260324:1349 Refactor RFA #01
This commit is contained in:
@@ -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
|
||||
|
||||
# ============================================================
|
||||
|
||||
Reference in New Issue
Block a user