mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-06-10 08:37:02 +00:00
061b8c8a87
The combined `npx playwright install --with-deps chromium` command was hanging after downloading Chromium, causing the CI job to time out at 60 minutes. Splitting into `install-deps` (system packages) and `install` (browser download) avoids the hang.