From a27fc9205ef2c01585b9a5d8049b2e1e4f1b1859 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Thu, 25 Jun 2026 00:33:46 +0100 Subject: [PATCH] ci: remove host port mapping from PG service container --- .gitea/workflows/backend-tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/backend-tests.yaml b/.gitea/workflows/backend-tests.yaml index 26698ae..3d5687d 100644 --- a/.gitea/workflows/backend-tests.yaml +++ b/.gitea/workflows/backend-tests.yaml @@ -22,8 +22,6 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 - ports: - - 5432:5432 steps: - name: Checkout