From 95995fdc318948e954529e0a3858cb5971ccbf94 Mon Sep 17 00:00:00 2001 From: "Leslie H." Date: Fri, 6 Dec 2024 13:52:52 -0600 Subject: [PATCH] Use POSTGRES_INITDB_ARGS --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4aae6ced41..e8d8a02e86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: >-