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