CI: Remove warnings from PostgreSQL about health check (#4571)

* CI: Remove warnings from PostgreSQL about health check

* Update tests.yml

* Update tests.yml
This commit is contained in:
Raphael Michel
2024-10-25 21:45:34 +02:00
committed by GitHub
parent b43ed38483
commit 6e0613a2af

View File

@@ -37,7 +37,7 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: pretix
options: >-
--health-cmd pg_isready
--health-cmd "pg_isready -U postgres -d pretix"
--health-interval 10s
--health-timeout 5s
--health-retries 5