From 863cb59beb6932feb9299dfc75d7e0b700673975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goran=20Meki=C4=87?= Date: Thu, 8 Feb 2024 17:46:43 +0100 Subject: [PATCH] Try to get the container name --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 61aa4bd5d..485a436de 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -84,7 +84,7 @@ jobs: - name: Alter max connections run: | - docker ps + docker ps -q --filter ancestor=postgres docker exec -i postgres bash << EOF sed -i -e 's/max_connections = 100/max_connections = 1000/' /var/lib/postgresql/data/postgresql.conf sed -i -e 's/shared_buffers = 128MB/shared_buffers = 512MB/' /var/lib/postgresql/data/postgresql.conf