Skip to content
Merged
Changes from all 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
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:

- name: Run tests
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }}
DEBUG: false
SECRET_KEY: testsecretkey32charslongfortestingonly
ENCRYPTION_KEY: gCppvkWKw-wfrBjuSnoTJKFKA_TgUayV7xLGHwvAkPY=
LLM_PROVIDER: groq
GROQ_API_KEY: test-key
GROQ_MODEL: llama-3.3-70b-versatile
Expand All @@ -87,4 +88,4 @@ jobs:

run: |
cd backend
pytest tests/test_basic.py -vv
pytest tests/test_basic.py -vv
Loading