From db201671afac5b4ebd9e4d35d1e823c86897f7ed Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Thu, 10 Oct 2024 13:16:39 -0400 Subject: [PATCH] bin/helpers: put `dh -h`, `snap list lxd`, `uname -a` and `lxc list` in a log group Signed-off-by: Simon Deziel --- bin/helpers | 2 ++ 1 file changed, 2 insertions(+) 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