Skip to content

Commit

Permalink
Add postgres envs
Browse files Browse the repository at this point in the history
  • Loading branch information
AVOstap authored Nov 12, 2024
1 parent f650e5b commit 40ae322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/test-python-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ runs:
- name: Test with pytest
shell: bash
env:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: ${{ inputs.postgres_password }}
POSTGRES_DBNAME: ${{ inputs.postgres_db_name }}
POSTGRES_TEST_DB_NAME: ${{ inputs.postgres_db_name }}
POSTGRES_HOST: ${{ inputs.postgres_host }}
POSTGRES_PORT: "5342"
RMQ_USER: ${{ inputs.rmq_user }}
RMQ_PASSWORD: ${{ inputs.rmq_password }}
RMQ_HOSTS: ${{ inputs.rmq_hosts }}
Expand Down

0 comments on commit 40ae322

Please sign in to comment.