Skip to content

Commit

Permalink
add additional "crucible log" command tests to the integration-tests …
Browse files Browse the repository at this point in the history
…action
  • Loading branch information
k-rister committed Oct 22, 2024
1 parent 4610c89 commit 23d5453
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/integration-tests/run-ci-stage1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d5453

Please sign in to comment.