We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc2aa3 commit 3473a3aCopy full SHA for 3473a3a
1 file changed
.github/workflows/test.yml
@@ -49,6 +49,7 @@ jobs:
49
python tests/test_batching.py
50
env:
51
OPTILLM_API_KEY: optillm
52
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
53
54
integration-tests:
55
runs-on: ubuntu-latest
@@ -94,6 +95,7 @@ jobs:
94
95
curl -s http://localhost:8000/health || echo "Server health check failed"
96
97
98
99
100
- name: Run integration tests (server required)
101
run: |
@@ -109,6 +111,7 @@ jobs:
109
111
exit 0
110
112
113
114
115
116
- name: Stop optillm server
117
if: always()
0 commit comments