Skip to content

Commit

Permalink
chore(ci) Add Trust Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Sep 15, 2024
1 parent 820fae0 commit 1c465f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ jobs:
runs-on: ubuntu-latest

services:
postgres:
database:
image: pgvector/pgvector:pg15
env:
POSTGRES_DB: test
POSTGRES_DB: testdb
POSTGRES_USER: testuser
POSTGRES_PASSWORD: testpwd
POSTGRES_HOST_AUTH_METHOD: trust
ports:
- 5432:5432
options: >-
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
- name: Run Tests
run: uv run pytest
env:
CONNECTION_URI: postgresql+psycopg://testuser:testpwd@postgres:5432/test
CONNECTION_URI: postgresql+psycopg://testuser:testpwd@database:5432/testdb
USE_AUTH_SERVICE: false
SENTRY_ENABLED: false
OPENTELEMETRY_ENABLED: false
Expand Down

0 comments on commit 1c465f5

Please sign in to comment.