Skip to content

Commit

Permalink
Set postgres CI to trust
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Sep 18, 2023
1 parent e97e905 commit 32ad9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- 5432:5432
options: >-
Expand Down

0 comments on commit 32ad9ec

Please sign in to comment.