Skip to content

Commit

Permalink
try localhost in CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Sep 19, 2024
1 parent 69220b9 commit 15a3b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run local integration tests
run: go test -count=1 -v ./pinecone -run TestRunLocalIntegrationSuite -tags=localServer
env:
PINECONE_INDEX_URL_POD: http://5082:5082
PINECONE_INDEX_URL_SERVERLESS: http://pc-index-serverless5081:5081
PINECONE_INDEX_URL_POD: http://localhost:5082
PINECONE_INDEX_URL_SERVERLESS: http://localhost:5081
PINECONE_DIMENSION: 1536

0 comments on commit 15a3b17

Please sign in to comment.