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