Skip to content

Commit

Permalink
add "crucible repo config show" to the integration-tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister committed Sep 24, 2024
1 parent 0907932 commit 6cf67cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/integration-tests/run-ci-stage1
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ run_cmd "crucible help"

run_cmd "crucible repo info"

run_cmd "crucible repo config show"

for action in start stop; do
for service in httpd opensearch redis; do
run_cmd "podman ps --all --external"
Expand Down

0 comments on commit 6cf67cf

Please sign in to comment.