Update lighthouse pipeline
This commit is contained in:
parent
94abda3f1a
commit
ce5192d1d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue