Skip to content

Commit

Permalink
Merge pull request #529 from rafsaf/POSTGRES_INITDB_ARGS
Browse files Browse the repository at this point in the history
add POSTGRES_INITDB_ARGS no-sync
  • Loading branch information
rafsaf committed Sep 10, 2024
2 parents 621ded2 + 2d5255e commit 30abbbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
image: postgres:16
env:
POSTGRES_PASSWORD: postgres
POSTGRES_INITDB_ARGS: --no-sync
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 30abbbd

Please sign in to comment.