From 6cf67cf539ae51ae8e9609e8f85ae31e16fc3a40 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Tue, 24 Sep 2024 11:17:07 -0500 Subject: [PATCH] add "crucible repo config show" to the integration-tests action --- .github/actions/integration-tests/run-ci-stage1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/integration-tests/run-ci-stage1 b/.github/actions/integration-tests/run-ci-stage1 index ea74afd..8e772aa 100755 --- a/.github/actions/integration-tests/run-ci-stage1 +++ b/.github/actions/integration-tests/run-ci-stage1 @@ -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"