mirror of
https://github.com/suitenumerique/drive.git
synced 2026-09-26 03:25:11 +02:00
Key the Playwright browser cache by the installed @playwright/test version instead of yarn.lock so cache hits actually match the binaries Playwright expects, avoiding redundant browser downloads on every CI run. On cache hit we still install system deps to keep headless runs working.