From a80f5ea1aa1cad4f8283bc2a68fbf99309ce9849 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Tue, 25 Jun 2024 20:11:56 +0530 Subject: [PATCH] github actions python tests --- .github/workflows/python-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 43ac211ed..94073d2f2 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -50,7 +50,9 @@ jobs: run: | docker exec -i postgres bash << EOF sed -i -e 's/max_connections = 100/max_connections = 10000/' /var/lib/postgresql/data/postgresql.conf - EOF + EOF \ + && docker restart my_postgres_container \ + && sleep 5 - uses: actions/checkout@v4 # with: