fix(ci): post-runner-image cleanup #7

Merged
julien merged 3 commits from fix/ci/post-runner-image-cleanup into main 2026-05-04 14:55:15 +02:00
Showing only changes of commit 0ceb7fea68 - Show all commits
+10
View File
@@ -23,6 +23,16 @@ module.exports = {
// Slow-4G profile so scores are stable across CI runners and
// comparable to industry public benchmarks.
preset: 'desktop',
// Chrome's user-namespace sandbox is disabled inside the act
// runner container (AppArmor restriction on the host kernel),
// so Chrome fails to launch with a "No usable sandbox" zygote
// error. `--no-sandbox` is the standard Lighthouse / Puppeteer
// / Playwright workaround for containerised CI: the residual
// risk is acceptable because Chrome only loads our own freshly
// built bundle from http://localhost:4200/ inside an ephemeral
// self-hosted runner container — no untrusted content reaches
// the browser process.
chromeFlags: '--no-sandbox',
},
},
assert: {