From ce5192d1d94f662bc833984f6168e33ffb5184bf Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 22 Feb 2021 17:06:58 +0100 Subject: [PATCH] Update lighthouse pipeline --- resources/com/cadoles/lighthouse/run-audit.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/com/cadoles/lighthouse/run-audit.sh b/resources/com/cadoles/lighthouse/run-audit.sh index 41d2434..f7cf5f0 100644 --- a/resources/com/cadoles/lighthouse/run-audit.sh +++ b/resources/com/cadoles/lighthouse/run-audit.sh @@ -10,10 +10,9 @@ rm -f reports/* cd reports lighthouse \ + "$LIGHTHOUSE_URL" \ --no-enable-error-reporting \ --chrome-flags="--headless --disable-dev-shm-usage --no-sandbox --disable-gpu" \ --config=../config.js \ --output json --output html \ - --output-path=lighthouse \ - -- \ - "$LIGHTHOUSE_URL" + --output-path=lighthouse