Skip to content

Commit 0d7b38d

Browse files
committed
Added docker system prune for CI.
1 parent d0bbe96 commit 0d7b38d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ jobs:
7878
- name: Cleanup
7979
if: always()
8080
run: |
81+
echo "=== Cleaning up Helm release and namespace ==="
8182
helm uninstall "$RELEASE_NAME" -n eoapi || true
8283
kubectl delete namespace eoapi || true
84+
echo "=== Cleaning up Docker resources ==="
85+
docker system prune -af --volumes || true
8386
8487
validate-docs:
8588
name: Validate documentation

0 commit comments

Comments
 (0)