1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 23:50:12 +00:00

Use less durable settings for Postgres in CI

This commit is contained in:
Petr Stribny 2024-05-10 16:13:08 +02:00
parent 7f7151add2
commit 4cc6231323

View file

@ -253,6 +253,7 @@ backend-test-group-1:
alias: docker
- name: postgres:11
alias: db
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
variables:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs"