mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-09-07 15:07:17 +00:00
Runs the opt-in "make test-browser" chromedp tests (added in the previous commit) on their own, independent of ci.yml's main test job, since they need a Chrome/Chromium binary in the runner. Mirrors ci.yml's checkout/setup-go/cache steps and pinned action versions, and verifies google-chrome is present with a clear error message before running, rather than surfacing a cryptic chromedp allocator failure if the runner image ever stops shipping it preinstalled. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>