Skip to content

Commit

Permalink
increase ci postgres max connections
Browse files Browse the repository at this point in the history
  • Loading branch information
rasoro committed Dec 13, 2023
1 parent 3680f01 commit f8245c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
redis version: ${{ env.redis-version }}

- name: Install PostgreSQL
uses: nyaruka/postgis-action@v2
uses: nyaruka/postgis-action@v2.1.0
with:
postgresql version: ${{ matrix.pg-version }}
postgis version: ${{ env.postgis-version }}
postgresql password: temba
postgresql arguments: postgres -N 300

- name: Install Linux packages
run: sudo apt install -y --no-install-recommends postgresql-client
Expand Down

0 comments on commit f8245c2

Please sign in to comment.