From 9c8292fb19a4e4d392790e50a30d7bd2bd7a317d Mon Sep 17 00:00:00 2001 From: ZhangYulongg <1272816783@qq.com> Date: Fri, 18 Jul 2025 19:17:08 +0800 Subject: [PATCH] update ci cases --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d928a425..cc4574e91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,6 @@ jobs: -e "FD_METRICS_PORT=${FD_METRICS_PORT}" \ --gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -c " git config --global --add safe.directory /workspace/FastDeploy - mv FastDeploy FastDeploy_test - cd FastDeploy_test + cd FastDeploy bash scripts/run_ci.sh " \ No newline at end of file