Skip to content

Commit 566badb

Browse files
authored
Update _base_test.yml (#3298)
1 parent eaae4a5 commit 566badb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_base_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
export URL=http://localhost:${FD_API_PORT}/v1/chat/completions
151151
export TEMPLATE=TOKEN_LOGPROB
152152
TEST_EXIT_CODE=0
153-
python -m pytest -sv . || TEST_EXIT_CODE=$?
153+
python -m pytest -sv test_base_chat.py || TEST_EXIT_CODE=$?
154154
popd
155155
echo "TEST_EXIT_CODE=${TEST_EXIT_CODE}" >> /workspace/FastDeploy/exit_code.env
156156
'

0 commit comments

Comments
 (0)