use cache for service images
This commit is contained in:
parent
e69d2da161
commit
6c57746b6d
1 changed files with 4 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue