use cache for service images

This commit is contained in:
Hazelnoot 2025-09-26 22:30:48 -04:00
parent e69d2da161
commit 6c57746b6d

View file

@ -97,8 +97,10 @@ lint:
backend_tests:
<<: *test_common
services:
- postgres:15
- redis
- name: postgres:15
pull_policy: if-not-present
- name: redis
pull_policy: if-not-present
script:
- >-
pnpm run build \