lghthouse

This commit is contained in:
Robin Grenzdörfer 2023-12-15 20:31:46 +00:00
parent 4b0cf983bb
commit 5e8335b3cb

View File

@ -139,8 +139,8 @@ jobs:
sudo apt-get install -y google-chrome-stable
# Lighthouse Analysis Step
name: Lighthouse Analysis
run: |
- name: Lighthouse Analysis
run: |
yarn add lighthouse
npx lighthouse http://127.0.0.1:8081 --output json --output-path /tmp/lighthouse-report.json --chrome-flags="--headless --no-sandbox --disable-dev-shm-usage"