ci: add pull_policy
This commit is contained in:
parent
cda31d3dc7
commit
084a4bc63a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue