Kaynağa Gözat

re-enable federation tests

chores/our-libs-hex-releases
stwf 3 yıl önce
ebeveyn
işleme
af9eb7a2b1
1 değiştirilmiş dosya ile 13 ekleme ve 15 silme
  1. +13
    -15
      .gitlab-ci.yml

+ 13
- 15
.gitlab-ci.yml Dosyayı Görüntüle

@@ -63,21 +63,19 @@ unit-testing:
- mix ecto.migrate
- mix coveralls --preload-modules

# Removed to fix CI issue. In this early state it wasn't adding much value anyway.
# TODO Fix and reinstate federated testing
# federated-testing:
# stage: test
# cache: *testing_cache_policy
# services:
# - name: minibikini/postgres-with-rum:12
# alias: postgres
# command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
# script:
# - mix deps.get
# - mix ecto.create
# - mix ecto.migrate
# - epmd -daemon
# - mix test --trace --only federated
federated-testing:
stage: test
cache: *testing_cache_policy
services:
- name: minibikini/postgres-with-rum:12
alias: postgres
command: ["postgres", "-c", "fsync=off", "-c", "synchronous_commit=off", "-c", "full_page_writes=off"]
script:
- mix deps.get
- mix ecto.create
- mix ecto.migrate
- epmd -daemon
- mix test --trace --only federated

unit-testing-rum:
stage: test


Yükleniyor…
İptal
Kaydet