From 767d140efa53ce60f38fc35cf63a179c9010ee26 Mon Sep 17 00:00:00 2001 From: Elias Gabriel Date: Sat, 25 Nov 2023 21:09:19 -0500 Subject: [PATCH] ci: fix port mapping --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fbedef1..31f1d44 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,6 +25,8 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + - 5432:5432 steps: - uses: actions/checkout@v4