.gitea/workflows/build-Frontend-a.yml aktualisiert
Some checks failed
Build, Test & Push Frontend / quality-check (pull_request) Failing after 1m42s
Build, Test & Push Frontend / docker (pull_request) Has been skipped

This commit is contained in:
2026-02-07 10:45:06 +01:00
parent 4d27643d74
commit d8611b0968

View File

@@ -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())')