diff --git a/.gitea/workflows/qa.yml b/.gitea/workflows/qa.yml index 331ce89..6eca104 100644 --- a/.gitea/workflows/qa.yml +++ b/.gitea/workflows/qa.yml @@ -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 # ────────────────────────────────────────────────────