From b506fb6d1caa80c42cd3807530647922328bc422 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 27 Jan 2021 13:50:26 -0500 Subject: [PATCH] 500 max_connections for Postgres integration tests Fixes #1095 [TGSDeploy] --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 3358498148..dce4011d5f 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -272,7 +272,7 @@ jobs: ports: - 5432:5432 env: - POSTGRES_PASSWORD: postgres + POSTGRES_PASSWORD: cyberboss/postgres-max-connections # Fork of _/postgres:latest with max_connections=500 becuase GitHub actions service containers have no way to set command lines. Rebuilds with updates. # Set health checks to wait until postgres has started options: >- --health-cmd pg_isready