diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index 16d8f001b..09893b54e 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -135,6 +135,7 @@ runs: kubectl cp $podname:/wlan-testing/tests/test_everything.xml test_everything.xml >/dev/null 2>&1 done echo "tests completed" + rm -f allure-results echo "downloading allure results..." kubectl cp $podname:/tmp/allure-results allure-results >/dev/null 2>&1 echo "waiting for pod to exit"