chore(qa): update gatekeeper password fallback to lassmichrein
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 4s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m43s
Nightly QA (Inlined) / 🏗️ Prepare & Install (push) Successful in 6m42s
Nightly QA (Inlined) / 🔍 Static Analysis (push) Failing after 1m20s
Nightly QA (Inlined) / 🧪 Maintenance & Links (push) Failing after 1m24s
Nightly QA (Inlined) / ♿ Accessibility (push) Successful in 2m0s
Nightly QA (Inlined) / 🎭 Lighthouse (push) Failing after 1m20s
Nightly QA (Inlined) / 🔔 Notify (push) Successful in 1s
🚀 Build & Deploy / 🏗️ Build (push) Successful in 11m46s
🚀 Build & Deploy / 🚀 Deploy (push) Successful in 12s
🚀 Build & Deploy / 🔔 Notify (push) Has been cancelled
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 4s
🚀 Build & Deploy / 🧪 QA (push) Successful in 1m43s
Nightly QA (Inlined) / 🏗️ Prepare & Install (push) Successful in 6m42s
Nightly QA (Inlined) / 🔍 Static Analysis (push) Failing after 1m20s
Nightly QA (Inlined) / 🧪 Maintenance & Links (push) Failing after 1m24s
Nightly QA (Inlined) / ♿ Accessibility (push) Successful in 2m0s
Nightly QA (Inlined) / 🎭 Lighthouse (push) Failing after 1m20s
Nightly QA (Inlined) / 🔔 Notify (push) Successful in 1s
🚀 Build & Deploy / 🏗️ Build (push) Successful in 11m46s
🚀 Build & Deploy / 🚀 Deploy (push) Successful in 12s
🚀 Build & Deploy / 🔔 Notify (push) Has been cancelled
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
This commit is contained in:
@@ -67,12 +67,12 @@ jobs:
|
|||||||
- name: 🌐 HTML Validation
|
- name: 🌐 HTML Validation
|
||||||
env:
|
env:
|
||||||
NEXT_PUBLIC_BASE_URL: 'https://testing.mb-grid-solutions.com'
|
NEXT_PUBLIC_BASE_URL: 'https://testing.mb-grid-solutions.com'
|
||||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD }}
|
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD || 'lassmichrein' }}
|
||||||
run: pnpm run check:html
|
run: pnpm run check:html
|
||||||
- name: 🖼️ Asset Scan
|
- name: 🖼️ Asset Scan
|
||||||
env:
|
env:
|
||||||
NEXT_PUBLIC_BASE_URL: 'https://testing.mb-grid-solutions.com'
|
NEXT_PUBLIC_BASE_URL: 'https://testing.mb-grid-solutions.com'
|
||||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD }}
|
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD || 'lassmichrein' }}
|
||||||
run: pnpm run check:assets
|
run: pnpm run check:assets
|
||||||
|
|
||||||
accessibility:
|
accessibility:
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
env:
|
env:
|
||||||
NEXT_PUBLIC_BASE_URL: 'https://testing.mb-grid-solutions.com'
|
NEXT_PUBLIC_BASE_URL: 'https://testing.mb-grid-solutions.com'
|
||||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD }}
|
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD || 'lassmichrein' }}
|
||||||
run: pnpm run check:wcag
|
run: pnpm run check:wcag
|
||||||
|
|
||||||
analysis:
|
analysis:
|
||||||
@@ -177,12 +177,12 @@ jobs:
|
|||||||
- name: 🎭 LHCI Desktop
|
- name: 🎭 LHCI Desktop
|
||||||
env:
|
env:
|
||||||
LHCI_URL: 'https://testing.mb-grid-solutions.com'
|
LHCI_URL: 'https://testing.mb-grid-solutions.com'
|
||||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD }}
|
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD || 'lassmichrein' }}
|
||||||
run: pnpm run pagespeed:test -- --collect.settings.preset=desktop
|
run: pnpm run pagespeed:test -- --collect.settings.preset=desktop
|
||||||
- name: 📱 LHCI Mobile
|
- name: 📱 LHCI Mobile
|
||||||
env:
|
env:
|
||||||
LHCI_URL: 'https://testing.mb-grid-solutions.com'
|
LHCI_URL: 'https://testing.mb-grid-solutions.com'
|
||||||
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD }}
|
GATEKEEPER_PASSWORD: ${{ secrets.GATEKEEPER_PASSWORD || vars.GATEKEEPER_PASSWORD || 'lassmichrein' }}
|
||||||
run: pnpm run pagespeed:test -- --collect.settings.preset=mobile
|
run: pnpm run pagespeed:test -- --collect.settings.preset=mobile
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user