Skip to content

Commit

Permalink
ci: expose postgres ports
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Feb 26, 2024
1 parent 790e1e7 commit d693bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
POSTGRES_USER: walletd_test
POSTGRES_PASSWORD: walletd_test
POSTGRES_DB: walletd_test
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit d693bb4

Please sign in to comment.