fix(ci): add --disable-gpu and --disable-dev-shm-usage to Lighthouse Chrome flags
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"url": ["http://localhost:4173/"],
|
"url": ["http://localhost:4173/"],
|
||||||
"numberOfRuns": 1,
|
"numberOfRuns": 1,
|
||||||
"settings": {
|
"settings": {
|
||||||
"chromeFlags": ["--headless=new", "--no-sandbox"]
|
"chromeFlags": ["--headless=new", "--no-sandbox", "--disable-gpu", "--disable-dev-shm-usage"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"assert": {
|
"assert": {
|
||||||
|
|||||||
Reference in New Issue
Block a user