Skip to content

Commit be394d8

Browse files
authored
Fix environment variable in tests-docs.yaml
1 parent 4f8821b commit be394d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
4040
- name: Run Documentation tests
4141
env:
42+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
43+
GATEWAY_MASTER_KEY: ${{ secrets.GATEWAY_MASTER_KEY }}
4244
MISTRAL_API_KEY: ${{ secrets.MISTRAL_API_KEY }}
4345
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
44-
GATEWAY_MASTER_KEY: ${{ secrets.GATEWAY_MASTER_KEY }}
4546
run: pytest tests/docs -v --cov --cov-report=xml
4647

4748
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)