diff --git a/.github/workflows/run-k8s-tests-on-aks.yaml b/.github/workflows/run-k8s-tests-on-aks.yaml index e9f7b55b16..a39c2bbcda 100644 --- a/.github/workflows/run-k8s-tests-on-aks.yaml +++ b/.github/workflows/run-k8s-tests-on-aks.yaml @@ -40,7 +40,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Download Azure CLI - run: bash tests/integration/gha-run.sh install-az-cli + run: bash tests/integration/gha-run.sh install-azure-cli - name: Log into the Azure account run: bash tests/integration/gha-run.sh login-azure diff --git a/tests/integration/gha-run.sh b/tests/integration/gha-run.sh index 6238141dda..7544c15181 100755 --- a/tests/integration/gha-run.sh +++ b/tests/integration/gha-run.sh @@ -137,7 +137,7 @@ function main() { cleanup-snp) cleanup "snp" ;; cleanup-tdx) cleanup "tdx" ;; delete-cluster) delete_cluster ;; - *) >&2 echo "Invalid action"; exit 2 ;; + *) >&2 echo "Invalid argument"; exit 2 ;; esac }