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)