Skip to content

Commit

Permalink
Move postgres config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Aug 2, 2024
1 parent dc3602a commit 2365a7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
postgres:
# DockerHub image
image: postgres:13
env:
POSTGRES_DB: portaldb
POSTGRES_PASSWORD: wplatrop
env:
SESSION_REDIS: redis://redis:6379/0
SECRET_KEY: static secret key
SQLALCHEMY_DATABASE_TEST_URI: postgresql://postgres:wplatrop@postgres/portaldb
REDIS_URL: redis://redis:6379/0
POSTGRES_DB: portaldb
POSTGRES_PASSWORD: wplatrop
TOXENV: py3
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2365a7e

Please sign in to comment.