Browse Source

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

fix: delete docker build cache in integration test
Timothy Jaeryang Baek 10 months ago
parent
commit
47ec2425ee
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/integration-test.yml

+ 4 - 0
.github/workflows/integration-test.yml

@@ -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