mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
Update _base_test.yml (#3298)
This commit is contained in:
@@ -150,7 +150,7 @@ jobs:
|
||||
export URL=http://localhost:${FD_API_PORT}/v1/chat/completions
|
||||
export TEMPLATE=TOKEN_LOGPROB
|
||||
TEST_EXIT_CODE=0
|
||||
python -m pytest -sv . || TEST_EXIT_CODE=$?
|
||||
python -m pytest -sv test_base_chat.py || TEST_EXIT_CODE=$?
|
||||
popd
|
||||
echo "TEST_EXIT_CODE=${TEST_EXIT_CODE}" >> /workspace/FastDeploy/exit_code.env
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user