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