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(playwright): pre-pull images in parallel instead of on-demand
Each image was pulled on demand inside the first step that used it, serially
across steps — measured ~90s total on the runner (mariadb+phpfpm during
Composer install, node during Build assets, nginx+playwright during Run
playwright). Pull them all up front in one `docker compose pull`, which pulls
services concurrently, overlapping the smaller images under the large
playwright pull.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments