fix(ci): add --disable-gpu and --disable-dev-shm-usage to Lighthouse Chrome flags

This commit is contained in:
Barcode Betty
2026-03-31 21:07:44 +00:00
parent 5e165d277e
commit 361ad3acc2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"url": ["http://localhost:4173/"],
"numberOfRuns": 1,
"settings": {
"chromeFlags": ["--headless=new", "--no-sandbox"]
"chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"]
}
},
"assert": {