Skip to content

Commit 4999e00

Browse files
committed
Add logs for displaying the storage for alibi detect CI job
1 parent 5447bef commit 4999e00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/security_tests_python_v1.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,11 @@ jobs:
278278
run: |
279279
docker image list
280280
281+
- Name: Display whats consuming so much memory
282+
run: |
283+
sudo du -sh /* | sort -hr | head
284+
docker system df
285+
281286
- uses: snyk/actions/setup@master
282287
# Run Snyk container scan with the same flags you use today
283288
- name: Scan alibi detect (CLI mode)

0 commit comments

Comments
 (0)