Skip to content

Commit

Permalink
Update Workflow Connection URI
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Mar 6, 2024
1 parent e6670b0 commit 4b2dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd ..
env:
DATABASE_TYPE: postgres
CONNECTION_URI: postgresql://testuser:testpwd@localhost:5432/honcho
CONNECTION_URI: postgresql+psycopg://testuser:testpwd@localhost:5432/honcho
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
- name: Run Tests
run: |
Expand Down

0 comments on commit 4b2dc13

Please sign in to comment.