"vscode:/vscode.git/clone" did not exist on "10fa887eab491f1fcfb175b9c458d202e2198732"
Commit 2eb662df authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: prune docker cache earlier in integration tests

parent 534c18c9
......@@ -26,6 +26,10 @@ jobs:
--file docker-compose.a1111-test.yaml \
up --detach --build
- name: Delete Docker build cache
run: |
docker builder prune --all --force
- name: Wait for Ollama to be up
timeout-minutes: 5
run: |
......@@ -35,10 +39,6 @@ jobs:
done
echo "Service is up!"
- name: Delete Docker build cache
run: |
docker builder prune --all --force
- name: Preload Ollama model
run: |
docker exec ollama ollama pull qwen:0.5b-chat-v1.5-q2_K
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment