baka
ci/woodpecker/push/build-amd64 Pipeline is pending Details
ci/woodpecker/push/build-arm64 Pipeline is pending Details
ci/woodpecker/push/docs Pipeline is pending Details
ci/woodpecker/push/test Pipeline is pending Details
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/pr/build-arm64 unknown status Details
ci/woodpecker/pr/docs unknown status Details
ci/woodpecker/pr/build-amd64 unknown status Details

This commit is contained in:
FloatingGhost 2023-08-02 13:54:24 +01:00
parent b8ec5f21d1
commit 125c538a95
1 changed files with 5 additions and 5 deletions

View File

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