Skip to content

Commit

Permalink
github actions python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jun 25, 2024
1 parent 987e1bf commit 68fe333
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ jobs:
# with:
# secrets: ${{ toJSON(secrets) }}

- name: Increase max_connections
run: |
docker exec -i my_postgres_container bash << EOF
sed -i -e 's/max_connections = 100/max_connections = 10000/' /var/lib/postgresql/data/postgresql.conf
EOF
- name: Test with pytest
env:
PGHOST: localhost
Expand Down

0 comments on commit 68fe333

Please sign in to comment.