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