gha: k8s-on-aks: Always delete the AKS cluster

Regardless of the tests succeeding or failing, the AKS cluster **must be
deleted**.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-04-11 13:40:40 +02:00
parent e2a770df55
commit 49ce685ebf

View File

@ -83,6 +83,7 @@ jobs:
KATA_HYPERVISOR: ${{ matrix.vmm }}
- name: Delete AKS cluster
if: always()
run: |
az aks delete \
-g "kataCI" \