Skip to content

Commit

Permalink
Maybe fix postgres CI test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Mar 5, 2024
1 parent 87fd483 commit fd9fcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
image: postgres:10.8
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ""
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports:
- 5432:5432
Expand Down

0 comments on commit fd9fcd6

Please sign in to comment.