From 6e0613a2af2a87f109d9f9261f8e06e6e0814b7d Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 25 Oct 2024 21:45:34 +0200 Subject: [PATCH] CI: Remove warnings from PostgreSQL about health check (#4571) * CI: Remove warnings from PostgreSQL about health check * Update tests.yml * Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2877ce1592..14fcfdd81a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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