Skip to content

Commit

Permalink
Test prune docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
fpjentzsch committed Nov 23, 2023
1 parent 38adb5d commit 9bd112f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/singularity-quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
# remove-haskell: 'true'
# remove-codeql: 'true'
# remove-dotnet: 'true'
- name: Check docker images
run: docker images
- name: Prune docker images
run: docker image prune -f
- name: Check docker images
run: docker images
- name: Check free space
Expand Down

0 comments on commit 9bd112f

Please sign in to comment.