Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janbaykara committed Dec 18, 2024
1 parent 05ff887 commit 1ba774e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
environment: testing
services:
postgres:
db:
image: kartoza/postgis:13
env:
POSTGRES_USER: postgres
Expand All @@ -31,7 +31,7 @@ jobs:
# https://stackoverflow.com/questions/78593700/langchain-community-langchain-packages-giving-error-missing-1-required-keywor
image: python:3.12.3
env:
DATABASE_URL: postgis://postgres:password@postgres:5432/local-intelligence
DATABASE_URL: postgis://postgres:password@db:5432/local-intelligence
CACHE_FILE: /tmp/meep
POETRY_VIRTUALENVS_CREATE: "false"
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
Expand Down

0 comments on commit 1ba774e

Please sign in to comment.