diff --git a/bin/helpers b/bin/helpers index 5817b1aa..87a376dd 100644 --- a/bin/helpers +++ b/bin/helpers @@ -240,6 +240,7 @@ cleanup() { if [ "${FAIL}" = "1" ]; then echo "Test failed" + echo "::group::diagnostic" # Report current disk usage to diagnose potential out of space issues df -h @@ -251,6 +252,7 @@ cleanup() { else lxc list --all-projects fi + echo "::endgroup::" echo "::group::lsmod" lsmod