浏览代码

Use PosgreSQL v12 in the federated tests

feature/compile_get
Egor Kislitsyn 4 年前
父节点
当前提交
798aa0c335
找不到此签名对应的密钥 GPG 密钥 ID: 1B49CB15B71E7805
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml 查看文件

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


正在加载...
取消
保存