From 7dc86fda8efdb44f28a797ef76317a3d9542e1d1 Mon Sep 17 00:00:00 2001 From: Rohan Sircar <47449547+rohan-sircar@users.noreply.github.com> Date: Thu, 15 Apr 2021 20:37:26 +0530 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2aa86e3..9c40abd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: # The hostname used to communicate with the PostgreSQL service container CODEGEN_DB_HOST: postgres # The default PostgreSQL port - CODEGEN_DB_PORT: 5435 + CODEGEN_DB_PORT: 5432 CODEGEN_DB_USER: codegenuser CODEGEN_DB_PASSWOD: postgres CODEGEN_DB_NAME: codegendb @@ -34,8 +34,8 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 - ports: - - 5435:5432 +# ports: +# - 5435:5432 steps: # Downloads a copy of the code in your repository before running CI tests