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

This commit is contained in:
Robin Grenzdörfer 2023-12-05 20:25:51 +00:00
parent 0cb42828fd
commit c0b4482ac9

View File

@ -114,6 +114,7 @@ jobs:
# Lighthouse Analysis Step
- name: Lighthouse Analysis
run: |
ls -la
mkdir -p ${{ github.workspace }}/lighthouse-reports
docker run --rm -v ${{ github.workspace }}/lighthouse-reports:/lighthouse-reports femtopixel/google-lighthouse http://liveserver/ --output json --output-path ${{ github.workspace }}/lighthouse-reports/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"