From 80a816db9de2be8ae661f1c2019bea2f717a3d34 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Mon, 17 Feb 2025 16:40:25 -0300 Subject: [PATCH] workflows/run-k8s-tests-coco-nontee: add step to report tests Run `gha-run.sh report-tests` to generate the report of the tests. Signed-off-by: Wainer dos Santos Moschetta --- .github/workflows/run-kata-coco-tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-kata-coco-tests.yaml b/.github/workflows/run-kata-coco-tests.yaml index 3f129a3eaa..c4a173eb87 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -303,6 +303,10 @@ jobs: timeout-minutes: 80 run: bash tests/integration/kubernetes/gha-run.sh run-tests + - name: Report tests + if: always() + run: bash tests/integration/kubernetes/gha-run.sh report-tests + - name: Delete AKS cluster if: always() run: bash tests/integration/kubernetes/gha-run.sh delete-cluster