lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 2m6s

This commit is contained in:
Robin Grenzdörfer 2023-12-05 20:57:30 +00:00
parent c8865e4aca
commit ad0e62bc30

View File

@ -36,7 +36,8 @@ jobs:
live-server:
image: gitbase.de/robin/live-server
ports:
- 8080:8080
- 80:80
steps:
- uses: actions/checkout@v3
with:
@ -103,7 +104,7 @@ jobs:
- name: Lighthouse Analysis
run: |
yarn add lighthouse
npx lighthouse http://liveserver/ --output json --output-path /tmp/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"
npx lighthouse http://127.0.0.1:80 --output json --output-path /tmp/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"
# Notify-Lighthouse Step
- name: Notify Lighthouse