Skip to content

Commit 437d0f2

Browse files
committed
chore: added to job
1 parent 3a6fcc5 commit 437d0f2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
- run: git checkout HEAD^2
1616

1717
- name: Build
18+
env:
19+
LLM_KEY_ANTHROPIC: ${{ secrets.LLM_KEY_ANTHROPIC }}
20+
LLM_KEY_OPENAI: ${{ secrets.LLM_KEY_OPENAI }}
21+
LLM_KEY_DEEPSEEK: ${{ secrets.LLM_KEY_DEEPSEEK }}
22+
LLM_KEY_XAI: ${{ secrets.LLM_KEY_XAI }}
23+
LLM_KEY_PERPLEXITY: ${{ secrets.LLM_KEY_PERPLEXITY }}
1824
run: |
1925
docker compose build
2026
docker compose up -d

0 commit comments

Comments
 (0)