Skip to content

Commit 2486ab9

Browse files
committed
/var shows as 31G, add logs to see what's inside; remove docker build cache after building the alibi-detect image
1 parent e2adc47 commit 2486ab9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/security_tests_python_v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ jobs:
280280
281281
- name: Display whats consuming so much memory
282282
run: |
283-
sudo du -sh /* | sort -hr | head
283+
sudo du -sh /var/* | sort -hr | head
284+
docker builder prune -af
284285
docker system df
285286
286287
- uses: snyk/actions/setup@master

0 commit comments

Comments
 (0)