Procházet zdrojové kódy

Use PosgreSQL v12 in the federated tests

feature/compile_get
Egor Kislitsyn před 4 roky
rodič
revize
798aa0c335
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 1B49CB15B71E7805
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml Zobrazit soubor

@@ -58,7 +58,7 @@ unit-testing:
federated-testing:
stage: test
services:
- name: lainsoykaf/postgres-with-rum
- name: minibikini/postgres-with-rum:12
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script:


Načítá se…
Zrušit
Uložit