From 23d5453d21f6f384e8a7b6495e0b64ea1901d5f1 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Tue, 22 Oct 2024 09:47:30 -0500 Subject: [PATCH] add additional "crucible log" command tests to the integration-tests action --- .github/actions/integration-tests/run-ci-stage1 | 8 ++++++++ 1 file changed, 8 insertions(+) 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