Skip to content

Commit

Permalink
Try to use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Sep 15, 2024
1 parent 660a66b commit ac626c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run Tests
run: uv run pytest -x
env:
CONNECTION_URI: postgresql+psycopg://postgres:postgres@database:5432/postgres
CONNECTION_URI: postgresql+psycopg://postgres:postgres@localhost:5432/postgres
USE_AUTH_SERVICE: false
SENTRY_ENABLED: false
OPENTELEMETRY_ENABLED: false
Expand Down

0 comments on commit ac626c2

Please sign in to comment.