Skip to content

Commit 5bf778f

Browse files
Amend ci/cd
1 parent 7f918cd commit 5bf778f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
2424
LLM_BASE_URL: ${{ env.LLM_BASE_URL }}
2525
LLM_MODEL: ${{ env.LLM_MODEL }}
26+
DEFAULT_PREDICTION_API: ${{ env.DEFAULT_PREDICTION_API }}
2627
run: |
2728
pip install pytest && pytest test_app_cicd.py
2829
continue-on-error: true

0 commit comments

Comments
 (0)