Skip to content

Commit

Permalink
build: add llm api key to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 28, 2024
1 parent c2ca6a9 commit 5038312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: uv run mypy src/jinjarope/

- name: Run tests
env:
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
run: uv run pytest --cov-report=xml

- name: Upload test results to Codecov
Expand Down

0 comments on commit 5038312

Please sign in to comment.