mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix: delete docker build cache in integration test
This commit is contained in:
4
.github/workflows/integration-test.yml
vendored
4
.github/workflows/integration-test.yml
vendored
@@ -35,6 +35,10 @@ jobs:
|
|||||||
done
|
done
|
||||||
echo "Service is up!"
|
echo "Service is up!"
|
||||||
|
|
||||||
|
- name: Delete Docker build cache
|
||||||
|
run: |
|
||||||
|
docker builder prune --all --force
|
||||||
|
|
||||||
- name: Preload Ollama model
|
- name: Preload Ollama model
|
||||||
run: |
|
run: |
|
||||||
docker exec ollama ollama pull qwen:0.5b-chat-v1.5-q2_K
|
docker exec ollama ollama pull qwen:0.5b-chat-v1.5-q2_K
|
||||||
|
|||||||
Reference in New Issue
Block a user