Skip to content

Commit

Permalink
try docker system prune forced, ci-run-diff
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Oct 2, 2023
1 parent 2843166 commit ff8517d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/parm/use_case_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{
"category": "marine_and_cryosphere",
"index_list": "0-2",
"run": false
"run": true
},
{
"category": "marine_and_cryosphere",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:

# cleanup Docker images to avoid running out of disk space
- name: Prune Docker images
run: echo BEFORE:; docker images; docker image prune; echo AFTER:; docker images
run: echo BEFORE:; docker images; docker system prune -f; echo AFTER:; docker images
# run difference testing
- name: Run difference tests
id: run-diff
Expand Down

0 comments on commit ff8517d

Please sign in to comment.