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: