You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: provision Chrome via setup-chrome on ubuntu-24.04 for VRT + Percy
Revert the ubuntu-22.04 pin (unnecessary: deleting the puppeteer install step
removes the ~/.cache/puppeteer husk issue, and --no-sandbox in both launchers
makes the 24.04 AppArmor workaround moot — so 24.04 works and avoids the 22.04
deprecation track).
Provision Chrome explicitly with browser-actions/setup-chrome (SHA-pinned) and
point PUPPETEER_EXECUTABLE_PATH + PERCY_BROWSER_EXECUTABLE at it, instead of
relying on the runner's rolling-latest Chrome. Using chrome-version: stable for
now; will pin a specific build for reproducible Percy snapshots once green.
0 commit comments