From 1efaf3a208debf3544c29a2d5a8e8fef25736e17 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Mon, 16 May 2022 17:01:15 +0300 Subject: [PATCH] [WIFI-7915] Add: delete allure-results dir, not file Signed-off-by: Dmitry Dunaev --- .github/actions/run-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index 09893b54e..71baafc07 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -135,7 +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 + rm -rf allure-results echo "downloading allure results..." kubectl cp $podname:/tmp/allure-results allure-results >/dev/null 2>&1 echo "waiting for pod to exit"