From 48e74ed3e88877d756244ff08f66472e775115b0 Mon Sep 17 00:00:00 2001 From: lobo Date: Sat, 7 Feb 2026 10:42:20 +0100 Subject: [PATCH] .gitea/workflows/build-Frontend-a.yml aktualisiert --- .gitea/workflows/build-Frontend-a.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-Frontend-a.yml b/.gitea/workflows/build-Frontend-a.yml index 617cf94..23790a2 100644 --- a/.gitea/workflows/build-Frontend-a.yml +++ b/.gitea/workflows/build-Frontend-a.yml @@ -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)