From 026467c6dbb83c1fd2b3571acf19645bf3d18b94 Mon Sep 17 00:00:00 2001 From: agatha Date: Sun, 10 May 2026 19:33:16 -0400 Subject: [PATCH] CI: Add explicit username and database to pg_isready healthcheck --- .gitea/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 9a05f5b..0c800a3 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -131,7 +131,7 @@ jobs: POSTGRES_PASSWORD: reactbin POSTGRES_DB: reactbin_test options: >- - --health-cmd pg_isready + --health-cmd "pg_isready -U reactbin -d reactbin_test" --health-interval 5s --health-timeout 5s --health-retries 10