From 987e1bf376c01a7776ec75f84359cbfc2b760379 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Tue, 25 Jun 2024 19:54:11 +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 a37d5ebfc..4296cc3f1 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -16,9 +16,9 @@ jobs: postgres: # Docker Hub image image: postgres:15.2 + command: -c 'max_connections=10000' # Provide the password for postgres env: - PGOPTIONS: "-c max_connections=10000" POSTGRES_DB: gooey POSTGRES_USER: postgres POSTGRES_PASSWORD: password