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: remove sudo from playwright-e2e-tests container action
The playwright-runner container runs as root but does not have sudo
installed, causing 'sudo: command not found' failures in CI.
- Replace sudo with direct commands in apt-get/rm/sed calls
- Disable build-essential-enabled in common-tooling (prevents sudo
apt install build-essential, which Playwright tests don't need)
0 commit comments