diff --git a/.github/actions/integration-tests/run-ci-stage1 b/.github/actions/integration-tests/run-ci-stage1 index 8e772aa..86e0955 100755 --- a/.github/actions/integration-tests/run-ci-stage1 +++ b/.github/actions/integration-tests/run-ci-stage1 @@ -675,6 +675,14 @@ run_cmd "crucible log info" "force" run_cmd "crucible log view" "force" +run_cmd "crucible log tidy" "force" + +run_cmd "crucible log info" "force" + +run_cmd "crucible log clear" "force" + +run_cmd "crucible log info" "force" + run_cmd "podman ps --all --external" "force" if [ "${CI_RUN_UPDATE}" == "yes" ]; then