ci(qa): exclude worldvectorlogo.com from Lychee check (those SVG URLs 404)
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Successful in 1m21s
Build & Deploy / 🏗️ Build (push) Successful in 13m41s
Build & Deploy / 🚀 Deploy (push) Successful in 24s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 2m39s
Build & Deploy / 🔔 Notify (push) Successful in 1s
Nightly QA / 🔍 Static Analysis (push) Successful in 4m37s
Nightly QA / 🎭 Lighthouse (push) Successful in 4m49s
Nightly QA / 📝 E2E (push) Successful in 5m7s
Nightly QA / 🔗 Links & Deps (push) Failing after 1h37m55s
Nightly QA / 🔔 Notify (push) Successful in 1s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Successful in 1m21s
Build & Deploy / 🏗️ Build (push) Successful in 13m41s
Build & Deploy / 🚀 Deploy (push) Successful in 24s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 2m39s
Build & Deploy / 🔔 Notify (push) Successful in 1s
Nightly QA / 🔍 Static Analysis (push) Successful in 4m37s
Nightly QA / 🎭 Lighthouse (push) Successful in 4m49s
Nightly QA / 📝 E2E (push) Successful in 5m7s
Nightly QA / 🔗 Links & Deps (push) Failing after 1h37m55s
Nightly QA / 🔔 Notify (push) Successful in 1s
This commit is contained in:
@@ -186,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/*" '**/*.md' '**/*.mdx'
|
||||
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/*" --exclude "https://worldvectorlogo.com/*" '**/*.md' '**/*.mdx'
|
||||
fail: true
|
||||
|
||||
# ────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user