Skip to content

Commit

Permalink
Add postgres password
Browse files Browse the repository at this point in the history
  • Loading branch information
isc committed Oct 19, 2023
1 parent 2858b7d commit aea9b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- 5432:5432
env:
POSTGRES_USER: <%= ENV['USER'] %>
POSTGRES_PASSWORD: postgres
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit aea9b82

Please sign in to comment.