Skip to content

Commit

Permalink
hmmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Mar 13, 2024
1 parent d768e24 commit 4a65dcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
ports:
- 5432:5432
env:
LC_ALL: C.UTF-8
LANG: C.UTF-8
POSTGRES_HOST_AUTH_METHOD: trust # never do this in production!
# Set health checks to wait until postgres has started
options: --health-cmd "pg_isready --username=postgres --dbname=postgres" --health-interval 10s --health-timeout 5s --health-retries 5
Expand Down

0 comments on commit 4a65dcd

Please sign in to comment.