Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Apr 8, 2024
1 parent e4efc8d commit df59a41
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,14 @@ jobs:
run: |
echo "Running tests, installing dependencies with poetry..."
poetry install --with test,lint,typing,docs
- name: Run tests
run: make test

env:
POSTGRES_DB: langchain_test
POSTGRES_PASSWORD: langchain
POSTGRES_USER: langchain
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
- name: Ensure the tests did not create any additional files
shell: bash
run: |
Expand Down

0 comments on commit df59a41

Please sign in to comment.