.gitea/workflows/build-Frontend-a.yml aktualisiert
Some checks failed
Build, Test & Push Frontend / quality-check (pull_request) Failing after 16s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

This commit is contained in:
2026-02-07 10:42:20 +01:00
parent e1b1643eb2
commit 48e74ed3e8

View File

@@ -42,7 +42,13 @@ jobs:
# 4. Lighthouse Audit (Performance & SEO)
- name: Lighthouse CI
run: npx lhci autorun
run: |
# 1. Where is pupeteer/chrome?
CHROME_PATH=$(node -e 'console.log(require("puppeteer").executablePath())')
# 2. Setting the path
export CHROME_PATH=$CHROME_PATH
# 3. Starting lighthouse
npx lhci autorun
# ------------------------------------------------------------------
# JOB 2: Docker Build & Push (CD)