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 2455861 commit 270ad61
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 @@ -18,10 +18,10 @@ jobs:
image: postgres:15.2
# Provide the password for postgres
env:
PGOPTIONS: "-c max_connections=10000"
POSTGRES_DB: gooey
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
POSTGRES_INITDB_ARGS: "-c max_connections=10000"
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
Expand Down

0 comments on commit 270ad61

Please sign in to comment.