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
Currently we are attempting to install playwright in a CI step via run: npm ci && npx playwright install --with-deps chromium. This works sometimes, however not always. We are seeing the dependency installation step, sometimes hanging, with the runner eventually being cancelled after ~4 hours.
Hi @jedmonds-tiplu , Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating.
jedmonds-tiplu
changed the title
ubuntu:latest (22.04.5) - Dependency installations triggered by npx x install --with-deps sometimes hanging on apt-get
ubuntu: (22.04.5) - Dependency installations triggered by npx x install --with-deps sometimes hanging on apt-getJan 10, 2025
Sure, i'll keep an eye on it over the next few days, as it is intermittent it is hard to know for sure. I'll get back to you in a few days with how it is looking.
Description
Currently we are attempting to install playwright in a CI step via
run: npm ci && npx playwright install --with-deps chromium
. This works sometimes, however not always. We are seeing the dependency installation step, sometimes hanging, with the runner eventually being cancelled after ~4 hours.See log snippet below:
Platforms affected
Runner images affected
Image version and build link
GItHub Actions: 20241215.1.0
Is it regression?
Likely yes, however I cannot be sure
Expected behavior
apt-get dependency install / fetch never hangs and installs / fetches dependencies
Actual behavior
apt-get dependency install / fetch hangs sometimes (not always)
Repro steps
npx playwright install --with-deps chromium
The text was updated successfully, but these errors were encountered: