Skip to content

Commit

Permalink
patch(integration_test_charm.yaml): Remove dotnet cleanup (#261)
Browse files Browse the repository at this point in the history
Remove dotnet cleanup
  • Loading branch information
dragomirp authored Jan 6, 2025
1 parent f92457d commit 15b0cc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/integration_test_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ jobs:
printf '\nDisk usage before cleanup\n'
df --human-readable
# Based on https://github.com/actions/runner-images/issues/2840#issuecomment-790492173
rm -r /usr/share/dotnet
rm -r /opt/hostedtoolcache/
printf '\nDisk usage after cleanup\n'
df --human-readable
Expand Down

0 comments on commit 15b0cc8

Please sign in to comment.