From e9934484296e83da2db942f92fb00ed25346e8a9 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 30 Jul 2020 16:11:49 -0400 Subject: [PATCH] Fix CI .yml [APIDeploy][DMDeploy][TGSDeploy] --- .github/workflows/ci-suite.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 55edc8db59..0b7ad54493 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -236,8 +236,7 @@ jobs: needs: dmapi-build services: # We start all dbs here so we can just code the stuff once postgres: - image: postgres:10.3-alpine - command: postgres -c 'max_connections=200' + image: postgres ports: - 5432:5432 env: