test 16
Some checks failed
CI / test (push) Failing after 9s

This commit is contained in:
Kaimbacher 2025-01-27 10:30:28 +01:00
parent 9785e52ed6
commit 61fa3cd7d4

View file

@ -15,6 +15,7 @@ jobs:
# Label used to access the service container
mydb:
image: postgres:latest
hostname: mydb
env:
POSTGRES_USER: alice
POSTGRES_PASSWORD: iEx4Vj7zBb6
@ -23,8 +24,6 @@ jobs:
# - 5432:5432
options: |
--health-cmd pg_isready
--container_name mydb
--hostname mydb
--health-interval 10s
--health-timeout 5s
--health-retries 5