From bc47930ce15ea274230bcda6ff1d0df9c201e0b0 Mon Sep 17 00:00:00 2001 From: Lianhao Lu Date: Mon, 28 Oct 2024 11:51:24 +0800 Subject: [PATCH] manifest CI: repopulate the failure from inner test script (#1032) Signed-off-by: Lianhao Lu --- .github/workflows/_manifest-e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_manifest-e2e.yml b/.github/workflows/_manifest-e2e.yml index 69a080506d..77386afa89 100644 --- a/.github/workflows/_manifest-e2e.yml +++ b/.github/workflows/_manifest-e2e.yml @@ -91,6 +91,7 @@ jobs: else echo "Validate ${{ inputs.example }} failure!!!" .github/workflows/scripts/k8s-utils.sh dump_all_pod_logs $NAMESPACE + exit 1 fi fi