From ed0e732f1c530a0b74a9b2dc114fd952c72c719a Mon Sep 17 00:00:00 2001 From: mmcardle Date: Sat, 21 Dec 2024 13:32:38 +0000 Subject: [PATCH] db-use-core fix postgres --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fe7123..9b40283 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,8 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + - 5432:5432 steps: # - run: sudo apt-get install -y libsqlite3-dev - uses: actions/checkout@v4