Skip to content

Commit 79cde45

Browse files
add api url as env variable
1 parent fbbe8e7 commit 79cde45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/genai-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: GenAI tests
2929
env:
3030
OPEN_WEB_UI_API_KEY: ${{ secrets.OPEN_WEB_UI_API_KEY }}
31+
API_URL: ${{ vars.API_URL }}
3132
run: |
3233
cd genai
3334
pytest

0 commit comments

Comments
 (0)