From 601dbd5c9b0a8484c976f35180c578c673e00e1f Mon Sep 17 00:00:00 2001 From: me Date: Tue, 5 May 2026 18:39:17 +0530 Subject: [PATCH] chore: remove PGDATA configuration from CI workflow --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29f89f7..0e1b4dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,9 +37,6 @@ jobs: POSTGRES_DB: piku_test POSTGRES_USER: test POSTGRES_PASSWORD: password123 - # WHY?: gitea act runner seems to persist volumes (veryyy stubborn -_-) - # Redirecting PGDATA to /tmp ensures a fresh init every run. - PGDATA: /tmp/pgdata ports: - 5442:5432 options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5