From c80d3114740b92a6b5e85744bafe113339291464 Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Mon, 30 Sep 2024 16:05:54 +0800 Subject: [PATCH] fix tests.yml (#2688) ### What problem does this PR solve? fix tests.yml ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [x] Other (please describe): CI --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ece65dbc76..3c108e7f92 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - name: Build ragflow:dev-slim run: | RUNNER_WORKSPACE_PREFIX=${RUNNER_WORKSPACE_PREFIX:-$HOME} - ln -s ${RUNNER_WORKSPACE_PREFIX}/huggingface.co huggingface.co + cp -r ${RUNNER_WORKSPACE_PREFIX}/huggingface.co . sudo docker build -f Dockerfile.slim -t infiniflow/ragflow:dev-slim . - name: Build ragflow:dev