Skip to content

Commit

Permalink
Add POSTGRES_HOST environment variable to unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoflorentino committed Mar 3, 2024
1 parent 72f8054 commit 6f10d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
postgres:
image: postgres:latest
env:
POSTGRES_HOST: postgres
POSTGRES_USER: admin
POSTGRES_PASSWORD: ephermeral_exists_during_tests
POSTGRES_DB: blackpearl
Expand Down

0 comments on commit 6f10d05

Please sign in to comment.