mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 19:39:00 +08:00
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
This commit is contained in:
parent
64429578da
commit
c80d311474
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Build ragflow:dev-slim
|
- name: Build ragflow:dev-slim
|
||||||
run: |
|
run: |
|
||||||
RUNNER_WORKSPACE_PREFIX=${RUNNER_WORKSPACE_PREFIX:-$HOME}
|
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 .
|
sudo docker build -f Dockerfile.slim -t infiniflow/ragflow:dev-slim .
|
||||||
|
|
||||||
- name: Build ragflow:dev
|
- name: Build ragflow:dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user