Skip to content

Commit

Permalink
test/main: list all instances during cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Apr 21, 2024
1 parent d0f3d66 commit 1e30fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions microcloud/test/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ cleanup() {
read -r _
fi

lxc list --all-projects || true
lxc exec micro01 -- lxc list || true

if [ -n "${GITHUB_ACTIONS:-}" ]; then
echo "==> Skipping cleanup (GitHub Action runner detected)"
else
Expand Down

0 comments on commit 1e30fc6

Please sign in to comment.