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: use system Chrome instead of downloading Chromium in CI
npx playwright install chromium hangs after download (extraction
phase never exits). ubuntu-latest ships google-chrome-stable; use
channel: 'chrome' in CI so Playwright picks it up with no download.
Drops the browser binary install step from both e2e and integration
workflows. Keeps install-deps for system library requirements.
Refs #144
0 commit comments