.gitea/workflows/build-Frontend-a.yml aktualisiert
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user