Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- 11434:11434
volumes:
- ollama:/root/.ollama

strategy:
matrix:
model: [gemini/gemini-1.5-flash-001, openai/gpt-4o] # List of models

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -73,4 +77,5 @@ jobs:
REGION: ${{ vars.REGION }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
TEST_MODEL: ${{ matrix.model }} # Pass the model as an environment variable
run: poetry run pytest
Loading
Loading