Skip to content

Commit

Permalink
postgress tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
krukonshedul committed Jun 26, 2024
1 parent adfa914 commit 9590baa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ jobs:
postgres:
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_USER: root
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- 5432:5432
options: >-
Expand Down

0 comments on commit 9590baa

Please sign in to comment.