"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "c9cd5e1fa5d31d099ac563c14677b77608c63908"
Unverified Commit 2996d1e0 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #4332 from cheahjs/fix/integration-test-no-space

ci: prune docker cache earlier in integration tests
parents be82175f 2eb662df
......@@ -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