Skip to content

Commit

Permalink
ci/cli: re-add operator uninstallation in full backup test
Browse files Browse the repository at this point in the history
As rancher/elemental-operator#881 as been fixed, the test can be re-added.

Signed-off-by: Loic Devulder <[email protected]>
  • Loading branch information
ldevulder committed Dec 11, 2024
1 parent 462c1b3 commit 6535d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sub_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 6535d33

Please sign in to comment.