Skip to content

Commit

Permalink
Merge pull request #149 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
add additional "crucible log" command tests to the integration-tests …
  • Loading branch information
k-rister authored Oct 23, 2024
2 parents 4610c89 + 23d5453 commit ae0704a
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 ae0704a

Please sign in to comment.