fix(ci): add Chrome sandbox flags and fix CHROME_PATH for Lighthouse

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-31 19:23:55 +00:00
parent 6cc15353cd
commit c59b2e6976
+4 -1
View File
@@ -3,7 +3,10 @@
"collect": { "collect": {
"staticDistDir": "./dist", "staticDistDir": "./dist",
"url": ["http://localhost:4173/"], "url": ["http://localhost:4173/"],
"numberOfRuns": 1 "numberOfRuns": 1,
"settings": {
"chromeFlags": ["--headless=new", "--no-sandbox"]
}
}, },
"assert": { "assert": {
"assertions": { "assertions": {