diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 7299f35..796a285 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 \ No newline at end of file +# \ No newline at end of file