Selaa lähdekoodia

Merge branch 'use-pg12-in-ci' into 'develop'

Use PosgreSQL v12 in the federated tests

See merge request pleroma/pleroma!2022
feature/compile_get
lain 4 vuotta sitten
vanhempi
commit
20564600e8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml Näytä tiedosto

@@ -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:


Loading…
Peruuta
Tallenna