lghthouse
This commit is contained in:
parent
4b0cf983bb
commit
5e8335b3cb
@ -139,8 +139,8 @@ jobs:
|
|||||||
sudo apt-get install -y google-chrome-stable
|
sudo apt-get install -y google-chrome-stable
|
||||||
|
|
||||||
# Lighthouse Analysis Step
|
# Lighthouse Analysis Step
|
||||||
name: Lighthouse Analysis
|
- name: Lighthouse Analysis
|
||||||
run: |
|
run: |
|
||||||
yarn add lighthouse
|
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"
|
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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user