Skip to content

Commit

Permalink
add POSTGRES_PASSWORD to match main test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Aug 2, 2023
1 parent 49bbd85 commit aa12f3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
services:
postgres:
image: postgres:12
env:
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit aa12f3e

Please sign in to comment.