Skip to content

Commit

Permalink
Change postgres port to 5432
Browse files Browse the repository at this point in the history
  • Loading branch information
AVOstap authored Nov 12, 2024
1 parent 40ae322 commit 497b89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-python-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
POSTGRES_DBNAME: ${{ inputs.postgres_db_name }}
POSTGRES_TEST_DB_NAME: ${{ inputs.postgres_db_name }}
POSTGRES_HOST: ${{ inputs.postgres_host }}
POSTGRES_PORT: "5342"
POSTGRES_PORT: "5432"
RMQ_USER: ${{ inputs.rmq_user }}
RMQ_PASSWORD: ${{ inputs.rmq_password }}
RMQ_HOSTS: ${{ inputs.rmq_hosts }}
Expand Down

0 comments on commit 497b89a

Please sign in to comment.