ci(qa): make puppeteer browser install non-fatal (|| true) to handle lib version mismatch
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 18s
Nightly QA / 🎭 Lighthouse (push) Failing after 2m24s
Build & Deploy / 🧪 QA (push) Successful in 1m2s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Nightly QA / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
Nightly QA / 🔍 Static Analysis (push) Has been cancelled
Nightly QA / 🔗 Links & Deps (push) Has been cancelled
Nightly QA / 📝 E2E (push) Has been cancelled

This commit is contained in:
2026-03-04 18:38:12 +01:00
parent 4a20e1f51f
commit 59ea4bfd02

View File

@@ -50,7 +50,7 @@ jobs:
libxkbcommon0 libxcomposite1 libxdamage1 libxext6 libxfixes3 \
libxrandr2 libgbm1 libpango-1.0-0 libcairo2 || true
apt-get install -y libasound2t64 || apt-get install -y libasound2 || true
npx puppeteer browsers install chrome
npx puppeteer browsers install chrome || true
- name: 🖼️ OG Images
continue-on-error: true
env:
@@ -92,7 +92,7 @@ jobs:
- name: 🌐 Install Chrome & Dependencies
run: |
apt-get update && apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxrandr2 libgbm1 libasound2t64 libpango-1.0-0 libcairo2
npx puppeteer browsers install chrome
npx puppeteer browsers install chrome || true
- name: 📝 E2E Form Submission Test
continue-on-error: true
env:
@@ -135,7 +135,7 @@ jobs:
- name: 🌐 Install Chrome & Dependencies
run: |
apt-get update && apt-get install -y libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxext6 libxfixes3 libxrandr2 libgbm1 libasound2t64 libpango-1.0-0 libcairo2
npx puppeteer browsers install chrome
npx puppeteer browsers install chrome || true
- name: 🎭 Desktop
env:
NEXT_PUBLIC_BASE_URL: ${{ env.TARGET_URL }}