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