fix: unlighthouse-ci without args

This commit is contained in:
Bart van der Braak 2024-02-19 11:09:43 +01:00
parent 91de6a37d6
commit 2b46265564

View file

@ -85,7 +85,7 @@ jobs:
-F "password=${{ secrets.TEST_USER_PASSWORD }}" \
--verbose 2>&1 | awk -F'pb_auth=' '/pb_auth/{print $2;exit}' | awk -F';' '{print $1}')
unlighthouse-ci --site "$SCAN_URL"
unlighthouse-ci
- name: Upload report to Cloudflare pages
uses: cloudflare/wrangler-action@v3.4.1