From 6535d33d68e432b55d069eba38abc83f59263267 Mon Sep 17 00:00:00 2001 From: Loic Devulder Date: Wed, 11 Dec 2024 11:59:05 +0100 Subject: [PATCH] ci/cli: re-add operator uninstallation in full backup test As rancher/elemental-operator#881 as been fixed, the test can be re-added. Signed-off-by: Loic Devulder --- .github/workflows/sub_cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub_cli.yaml b/.github/workflows/sub_cli.yaml index 27d828459..3c27f98e1 100644 --- a/.github/workflows/sub_cli.yaml +++ b/.github/workflows/sub_cli.yaml @@ -448,7 +448,7 @@ jobs: env: OPERATOR_REPO: ${{ inputs.operator_repo }} # Don't test Operator uninstall if we want to keep the runner for debugging purposes - if: ${{ inputs.destroy_runner == true && inputs.full_backup_restore == false }} + if: ${{ inputs.destroy_runner == true }} run: cd tests && make e2e-uninstall-operator # This step must be called in each worklow that wants a summary!