.gitea/workflows/build-Frontend-a.yml aktualisiert
This commit is contained in:
@@ -41,6 +41,9 @@ jobs:
|
|||||||
run: npx ng build --configuration production
|
run: npx ng build --configuration production
|
||||||
|
|
||||||
# 4. Lighthouse Audit (Performance & SEO)
|
# 4. Lighthouse Audit (Performance & SEO)
|
||||||
|
- name: Install Puppeteer
|
||||||
|
run: npm install puppeteer --no-save
|
||||||
|
|
||||||
- name: Lighthouse CI
|
- name: Lighthouse CI
|
||||||
run: |
|
run: |
|
||||||
CHROME_PATH=$(node -e 'console.log(require("puppeteer").executablePath())')
|
CHROME_PATH=$(node -e 'console.log(require("puppeteer").executablePath())')
|
||||||
|
|||||||
Reference in New Issue
Block a user