Update lighthouse pipeline
This commit is contained in:
parent
94abda3f1a
commit
ce5192d1d9
|
@ -10,10 +10,9 @@ rm -f reports/*
|
||||||
cd reports
|
cd reports
|
||||||
|
|
||||||
lighthouse \
|
lighthouse \
|
||||||
|
"$LIGHTHOUSE_URL" \
|
||||||
--no-enable-error-reporting \
|
--no-enable-error-reporting \
|
||||||
--chrome-flags="--headless --disable-dev-shm-usage --no-sandbox --disable-gpu" \
|
--chrome-flags="--headless --disable-dev-shm-usage --no-sandbox --disable-gpu" \
|
||||||
--config=../config.js \
|
--config=../config.js \
|
||||||
--output json --output html \
|
--output json --output html \
|
||||||
--output-path=lighthouse \
|
--output-path=lighthouse
|
||||||
-- \
|
|
||||||
"$LIGHTHOUSE_URL"
|
|
||||||
|
|
Loading…
Reference in New Issue