Some checks failed
ci / build-test (push) Failing after 3m35s
The Ubuntu runner image ships /usr/bin/chromium-browser as a snap forwarder stub that exits with "install via snap" when invoked but is found on PATH. The previous detection used `command -v` only, so it accepted the stub, set CHROME_PATH to it, and Lighthouse later failed to launch Chrome (ECONNREFUSED on the debug port). Probe each candidate with `--version` to confirm it actually runs. When no working system binary exists, install Playwright's bundled Chromium (supports linux/arm64) with --with-deps for system libs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>