ci: add pull_policy

This commit is contained in:
naskya 2024-05-08 06:46:41 +09:00
parent cda31d3dc7
commit 084a4bc63a
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -3,8 +3,10 @@ image: docker.io/rust:slim-bookworm
services: services:
- name: docker.io/groonga/pgroonga:latest-alpine-12-slim - name: docker.io/groonga/pgroonga:latest-alpine-12-slim
alias: postgres alias: postgres
pull_policy: if-not-present
- name: docker.io/redis:7-alpine - name: docker.io/redis:7-alpine
alias: redis alias: redis
pull_policy: if-not-present
workflow: workflow:
rules: rules:
@ -98,6 +100,7 @@ client_build_test:
- Cargo.toml - Cargo.toml
- Cargo.lock - Cargo.lock
when: never when: never
services: []
script: script:
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile
- pnpm --filter 'firefish-js' --filter 'client' --filter 'sw' run build:debug - pnpm --filter 'firefish-js' --filter 'client' --filter 'sw' run build:debug