lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 1m38s

This commit is contained in:
Robin Grenzdörfer 2023-12-01 10:33:26 +00:00
parent 4032033c3e
commit f22e0ffda2

View File

@ -86,8 +86,8 @@ jobs:
# Lighthouse Analysis Step
- name: Lighthouse Analysis
run: |
- mkdir -p ${{ github.workspace }}/lighthouse-reports
- docker run --rm -v ${{ github.workspace }}/lighthouse-reports:/lighthouse-reports femtopixel/google-lighthouse https://www.webmakers.de/ --output json --output-path /lighthouse-reports/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"
mkdir -p ${{ github.workspace }}/lighthouse-reports
docker run --rm -v ${{ github.workspace }}/lighthouse-reports:/lighthouse-reports femtopixel/google-lighthouse https://www.webmakers.de/ --output json --output-path /lighthouse-reports/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"
# Notify-Lighthouse Step
- name: Notify Lighthouse