ci(qa): fix Chrome deps install with libasound fallback and Lychee scope to md/mdx
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 11s
Nightly QA / 🔍 Static Analysis (push) Failing after 2m38s
Nightly QA / 📝 E2E (push) Failing after 2m55s
Nightly QA / 🎭 Lighthouse (push) Failing after 2m49s
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🧪 QA (push) Has been cancelled
Nightly QA / 🔔 Notify (push) Has been cancelled
Nightly QA / 🔗 Links & Deps (push) Has been cancelled

This commit is contained in:
2026-03-04 18:34:25 +01:00
parent 9aa3ee42e4
commit 4a20e1f51f

View File

@@ -45,7 +45,11 @@ jobs:
pnpm install --no-frozen-lockfile
- 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
apt-get update && apt-get install -y --fix-missing \
libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 \
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
- name: 🖼️ OG Images
continue-on-error: true
@@ -182,7 +186,7 @@ jobs:
- name: 🔗 Lychee Link Check
uses: lycheeverse/lychee-action@v2
with:
args: --accept 200,204,429 --timeout 15 --insecure --exclude "file://*" --exclude "https://logs.infra.mintel.me/*" --exclude "https://git.infra.mintel.me/*" --exclude "https://mintel.me/*" .
args: --accept 200,204,429 --timeout 15 --insecure --exclude "file://*" --exclude "https://logs.infra.mintel.me/*" --exclude "https://git.infra.mintel.me/*" --exclude "https://mintel.me/*" '**/*.md' '**/*.mdx'
fail: true
# ────────────────────────────────────────────────────