lghthouse

This commit is contained in:
Robin Grenzdörfer 2023-12-15 20:30:54 +00:00
parent 366dfeec5c
commit 4b0cf983bb

View File

@ -140,7 +140,7 @@ jobs:
# Lighthouse Analysis Step
name: Lighthouse Analysis
run: |
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"
@ -162,4 +162,4 @@ jobs:
RSYNC_PASS: ${{ secrets.rsync_master }}
run: |
scripts/deploy.sh ftp1.webmakers.de $RSYNC_USER $RSYNC_PASS
#cypress
#