From 55258e64114e3c6b85d254173f130118e42cbc06 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 25 Apr 2023 13:39:37 +0200 Subject: [PATCH] Add Postgres port to ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aca092db..b8a15e38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,8 @@ jobs: POSTGRES_PASSWORD: password POSTGRES_USER: root POSTGRES_DB: main + POSTGRES_PORT: '5432' + PGPORT: '5432' ports: - 5432/tcp options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3