.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:43:43 +01:00
parent 48e74ed3e8
commit 4d27643d74

View File

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