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
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:
@@ -50,7 +50,7 @@ jobs:
|
|||||||
libxkbcommon0 libxcomposite1 libxdamage1 libxext6 libxfixes3 \
|
libxkbcommon0 libxcomposite1 libxdamage1 libxext6 libxfixes3 \
|
||||||
libxrandr2 libgbm1 libpango-1.0-0 libcairo2 || true
|
libxrandr2 libgbm1 libpango-1.0-0 libcairo2 || true
|
||||||
apt-get install -y libasound2t64 || apt-get install -y libasound2 || 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
|
- name: 🖼️ OG Images
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
- name: 🌐 Install Chrome & Dependencies
|
- name: 🌐 Install Chrome & Dependencies
|
||||||
run: |
|
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 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
|
- name: 📝 E2E Form Submission Test
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
@@ -135,7 +135,7 @@ jobs:
|
|||||||
- name: 🌐 Install Chrome & Dependencies
|
- name: 🌐 Install Chrome & Dependencies
|
||||||
run: |
|
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 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
|
- name: 🎭 Desktop
|
||||||
env:
|
env:
|
||||||
NEXT_PUBLIC_BASE_URL: ${{ env.TARGET_URL }}
|
NEXT_PUBLIC_BASE_URL: ${{ env.TARGET_URL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user