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 270ad61 commit 987e1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
postgres:
# Docker Hub image
image: postgres:15.2
command: -c 'max_connections=10000'
# Provide the password for postgres
env:
PGOPTIONS: "-c max_connections=10000"
POSTGRES_DB: gooey
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 987e1bf

Please sign in to comment.