diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cefd825e7..dc3623a0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: -e "https_proxy=$(git config --global --get https.proxy)" \ -e "no_proxy=bcebos.com,mirrors.tuna.tsinghua.edu.cn,127.0.0.1,localhost" \ ${docker_image} /bin/bash -c " - git config --global --add safe.directory /workspace/PaddleSpeech + git config --global --add safe.directory /workspace/PaddleSpeech/tests/unit cd PaddleSpeech bash tests/unit/ci.sh " \ No newline at end of file