Skip to content

Commit

Permalink
Use POSTGRES_INITDB_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLeslie committed Dec 6, 2024
1 parent dfac3ae commit 95995fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
# JIT is enabled by default since Postgres 17 and has a huge negative impact on performance,
# making many tests timeout.
# https://support.getgrist.com/self-managed/#what-is-a-home-database
PGOPTIONS: "-c jit=off"
POSTGRES_INITDB_ARGS: "-c jit=off"
ports:
- 5432:5432
options: >-
Expand Down

0 comments on commit 95995fd

Please sign in to comment.