From 06a3bbdd44d30aed53f5ee5f4f801c99393ebff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 10 Oct 2025 09:42:52 +0200 Subject: [PATCH] ci: k8s: coco: Add "Report tests" step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason we didn't have the "Report tests" step as part of the TEE jobs. This step immensely helps to check which tests are failing and why, so let's add it while touching the workflow. Signed-off-by: Fabiano FidĂȘncio --- .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 e6f7caf0d8..1d14a2fd34 100644 --- a/.github/workflows/run-kata-coco-tests.yaml +++ b/.github/workflows/run-kata-coco-tests.yaml @@ -106,6 +106,10 @@ jobs: timeout-minutes: 100 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 kata-deploy if: always() run: bash tests/integration/kubernetes/gha-run.sh cleanup