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