feature/ai-search #2
@@ -14,8 +14,8 @@ on:
|
||||
default: 'false'
|
||||
|
||||
env:
|
||||
PUPPETEER_SKIP_DOWNLOAD: "true"
|
||||
COREPACK_NPM_REGISTRY: "https://registry.npmmirror.com"
|
||||
PUPPETEER_SKIP_DOWNLOAD: 'true'
|
||||
COREPACK_NPM_REGISTRY: 'https://registry.npmmirror.com'
|
||||
|
||||
concurrency:
|
||||
group: deploy-pipeline
|
||||
@@ -187,10 +187,13 @@ jobs:
|
||||
- name: 🔒 Security Audit
|
||||
run: pnpm audit --audit-level high || echo "⚠️ Audit found vulnerabilities (non-blocking)"
|
||||
|
||||
- name: 🧹 Clean Workspace
|
||||
run: rm -rf .next .turbo || true
|
||||
|
||||
- name: 🧪 QA Checks
|
||||
if: github.event.inputs.skip_checks != 'true'
|
||||
env:
|
||||
TURBO_TELEMETRY_DISABLED: "1"
|
||||
TURBO_TELEMETRY_DISABLED: '1'
|
||||
run: npx turbo run lint typecheck test --cache-dir=".turbo"
|
||||
# ──────────────────────────────────────────────────────────────────────────────
|
||||
# JOB 3: Build & Push
|
||||
|
||||
Reference in New Issue
Block a user