ci(qa): add continue-on-error: true to Lychee step — fail: false in v2 doesn't prevent exit code 1
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 15s
Nightly QA / 🎭 Lighthouse (push) Successful in 3m0s
Nightly QA / 🔍 Static Analysis (push) Successful in 4m42s
Nightly QA / 📝 E2E (push) Successful in 5m10s
Build & Deploy / 🧪 QA (push) Successful in 1m33s
Nightly QA / 🔗 Links & Deps (push) Successful in 3m0s
Nightly QA / 🔔 Notify (push) Successful in 3s
Build & Deploy / 🏗️ Build (push) Successful in 11m56s
Build & Deploy / 🚀 Deploy (push) Successful in 22s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 2m55s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-03-05 11:12:46 +01:00
parent 6a228248e0
commit 7b642426fb

View File

@@ -185,6 +185,7 @@ jobs:
run: pnpm dlx depcheck --ignores="*eslint*,*typescript*,*tailwindcss*,*postcss*,*prettier*,*@types/*,*husky*,*lint-staged*,*@next/*,*@lhci/*,*commitlint*,*cspell*,*rimraf*,*@payloadcms/*,*start-server-and-test*,*html-validate*,*critters*,*dotenv*,*turbo*" || true
- name: 🔗 Lychee Link Check
uses: lycheeverse/lychee-action@v2
continue-on-error: true
with:
args: --accept 200,204,429 --timeout 10 --insecure --exclude "file://*" --exclude "https://logs.infra.mintel.me/*" --exclude "https://git.infra.mintel.me/*" --exclude "https://mintel.me/*" '*.md' 'docs/*.md'
fail: false