fix(ci): drop playwright --with-deps - opensuse runner has no apt-get #93
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/e2e-runner-toolcache"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
npx playwright install --with-deps chromiumshells out toapt-get install(Playwright officially supports Ubuntu / Debian only). The opensuse-dev-16.0-latest runner has no apt, so the step fails withsh: line 1: apt-get: command not found. The runner image carries the X / GTK / NSS libs Chromium needs, so installing the browser without --with-deps is enough; if a future image trims those libs out, azypper install -ystep covers the gap.#PMS-140