ソースを参照

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:


読み込み中…
キャンセル
保存