Skip to content

Commit

Permalink
Adjust tests to account for alembic migration
Browse files Browse the repository at this point in the history
  • Loading branch information
maxachis committed Jan 8, 2025
1 parent d46b10f commit 62f28d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
postgres:
image: postgres:15
env:
POSTGRES_PASSWORD: HanviliciousHamiltonHilltops
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand All @@ -44,7 +44,7 @@ jobs:
run: |
pytest tests/test_automated
env:
POSTGRES_PASSWORD: HanviliciousHamiltonHilltops
POSTGRES_PASSWORD: postgres
POSTGRES_USER: test_source_collector_user
POSTGRES_DB: source_collector_test_db
POSTGRES_HOST: postgres
Expand Down

0 comments on commit 62f28d3

Please sign in to comment.