From 125c538a95a3e118f84178965c15ad98ba04b223 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Wed, 2 Aug 2023 13:54:24 +0100 Subject: [PATCH] baka --- .woodpecker/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 7c454175c..16349e8c8 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -63,7 +63,7 @@ services: event: - pull_request environment: - POSTGRES_DB: pleroma_test + POSTGRES_DB: pleroma_test_${ELIXIR_VERSION}_${OTP_VERSION} POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres @@ -77,11 +77,11 @@ pipeline: - mix format --check-formatted build: - image: akkoma/ci-base:${ELIXIR_VERSION}-${OTP_VERSION} + image: akkoma/ci-base:${ELIXIR_VERSION}-otp${OTP_VERSION} <<: *on-pr-open environment: MIX_ENV: test - POSTGRES_DB: pleroma_test + POSTGRES_DB: pleroma_test_${ELIXIR_VERSION}_${OTP_VERSION} POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres DB_HOST: postgres @@ -92,11 +92,11 @@ pipeline: - mix compile test: - image: akkoma/ci-base:${ELIXIR_VERSION}-${OTP_VERSION} + image: akkoma/ci-base:${ELIXIR_VERSION}-otp${OTP_VERSION} <<: *on-pr-open environment: MIX_ENV: test - POSTGRES_DB: pleroma_test + POSTGRES_DB: pleroma_test_${ELIXIR_VERSION}_${OTP_VERSION} POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres DB_HOST: postgres