Better integration test.
Some checks failed
CI / Test (1.25) (push) Successful in -25m30s
CI / Lint (push) Successful in -25m32s
CI / Build (push) Successful in -26m1s
Integration Tests / Integration Tests (push) Failing after -26m1s
CI / Test (1.24) (push) Successful in 3m1s

This commit is contained in:
2025-12-28 15:37:21 +02:00
parent 0fb3469dbd
commit 27da24f575
7 changed files with 33 additions and 53 deletions

View File

@@ -9,7 +9,7 @@ services:
POSTGRES_PASSWORD: relspec_test_password
POSTGRES_DB: relspec_test
ports:
- "5433:5432" # Using 5433 to avoid conflicts with local PostgreSQL
- "5439:5432" # Using 5439 to avoid conflicts with local PostgreSQL
volumes:
- ./tests/postgres/init.sql:/docker-entrypoint-initdb.d/init.sql
- postgres_data:/var/lib/postgresql/data