From ab3e4c63241296ec0abccd32dfd9c5f822a47202 Mon Sep 17 00:00:00 2001 From: Afjes <599641678@qq.com> Date: Fri, 23 Jan 2026 10:46:30 +0000 Subject: [PATCH] fix workflow ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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