From 270ad613a18893b4701d6d4e5e32c3de29d14487 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Tue, 25 Jun 2024 19:51:41 +0530 Subject: [PATCH] github actions python tests --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 56f7babab..a37d5ebfc 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -18,10 +18,10 @@ jobs: image: postgres:15.2 # Provide the password for postgres env: + PGOPTIONS: "-c max_connections=10000" POSTGRES_DB: gooey POSTGRES_USER: postgres POSTGRES_PASSWORD: password - POSTGRES_INITDB_ARGS: "-c max_connections=10000" # Set health checks to wait until postgres has started options: >- --health-cmd pg_isready