From 48fb5c3866a9bc97155f0477aa6da6b345626767 Mon Sep 17 00:00:00 2001 From: jitendracandela Date: Fri, 21 Jun 2024 13:18:26 +0530 Subject: [PATCH] Added list of files in the pod /tmp/allure-results Signed-off-by: jitendracandela --- .github/actions/run-tests/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index 4ea205814..0e6cf5b4a 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -130,6 +130,8 @@ runs: done echo "tests completed" echo "downloading allure results..." + echo "list files in the pod /tmp/allure-results directory" + kubectl exec $podname -- ls -la /tmp/allure-results kubectl cp --v=10 --retries=3 $podname:/tmp/allure-results allure-results echo "waiting for pod to exit" kubectl logs -f $podname >/dev/null 2>&1