CI: Run postgres services in alpine

This commit is contained in:
Haelwenn (lanodan) Monnier 2022-07-11 09:28:30 +02:00
parent 29f4ab640b
commit 08c8814ef0
1 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ benchmark:
variables:
MIX_ENV: benchmark
services:
- name: postgres:9.6
- name: postgres:9.6-alpine
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script:
@ -79,7 +79,7 @@ unit-testing:
policy: pull
services:
- name: postgres:13
- name: postgres:13-alpine
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script:
@ -101,7 +101,7 @@ unit-testing-erratic:
policy: pull
services:
- name: postgres:13
- name: postgres:13-alpine
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script: