ci: simplify QA checks to avoid potential hangs
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 5s
Build & Deploy / 🧪 QA (push) Successful in 4m7s
Build & Deploy / 🏗️ Build (push) Successful in 12m24s
Build & Deploy / 🚀 Deploy (push) Failing after 18s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-10 22:33:25 +01:00
parent 33d1c7cc40
commit d0c555736f

View File

@@ -124,12 +124,11 @@ jobs:
echo "//${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}/:_authToken=${{ secrets.REGISTRY_PASS }}" >> .npmrc
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: 🧪 Parallel Checks
- name: 🧪 QA Checks
if: github.event.inputs.skip_checks != 'true'
run: |
pnpm lint &
pnpm build &
wait
pnpm lint
pnpm build
# ──────────────────────────────────────────────────────────────────────────────
# JOB 3: Build & Push