lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 35s

This commit is contained in:
Robin Grenzdörfer 2023-12-05 20:44:37 +00:00
parent 722ad6538d
commit c1bdd81729

View File

@ -97,7 +97,7 @@ jobs:
- name: Lighthouse Analysis
run: |
yarn add lighthouse
lighthouse http://liveserver/ --output json --output-path /tmp/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"
npx lighthouse http://liveserver/ --output json --output-path /tmp/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"
# Notify-Lighthouse Step
- name: Notify Lighthouse