Skip to content

Commit

Permalink
add in alembic migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders committed Dec 2, 2024
1 parent 4f69a50 commit ed1b50a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
poetry-version: "1.8.2"
install-args: "-E dev -E ollama"

- name: Migrate database
run: poetry run alembic upgrade head

- name: Test LLM Endpoint
run: |
set -e
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
poetry-version: "1.8.2"
install-args: "-E dev -E external-tools"

- name: Migrate database
run: poetry run alembic upgrade head

- name: Test first message contains expected function call and inner monologue
id: test_first_message
env:
Expand Down

0 comments on commit ed1b50a

Please sign in to comment.