Skip to content

Commit

Permalink
chore: set postgres tz
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 31, 2025
1 parent 33a4bf4 commit dede499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ash-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ jobs:
image: postgres:${{inputs.postgres-version}}
env:
POSTGRES_HOST_AUTH_METHOD: trust
TZ: 'UTC'
PGTZ: 'UTC'
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit dede499

Please sign in to comment.