diff --git a/.github/workflows/_base_test.yml b/.github/workflows/_base_test.yml index 6e62e9fb4..d684ddd01 100644 --- a/.github/workflows/_base_test.yml +++ b/.github/workflows/_base_test.yml @@ -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 '