Merge pull request #3692 from cheahjs/fix/integration-test

fix: delete docker build cache in integration test
This commit is contained in:
Timothy Jaeryang Baek
2024-07-07 23:05:15 -07:00
committed by GitHub

View File

@@ -35,6 +35,10 @@ 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