Skip to content

Commit

Permalink
ci: don't check app after operator uninstallation
Browse files Browse the repository at this point in the history
This will not work as the downstream cluster has been deleted.
This test has been added by error in a previous commit.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Sep 24, 2024
1 parent c58d3fe commit 13cd12a
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 @@ -445,7 +445,7 @@ jobs:
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 }}
run: cd tests && make e2e-uninstall-operator && make e2e-check-app
run: cd tests && make e2e-uninstall-operator

# This step must be called in each worklow that wants a summary!
- name: Get logs and add summary
Expand Down

0 comments on commit 13cd12a

Please sign in to comment.