diff --git a/action.yml b/action.yml index fd61479..f5f545b 100644 --- a/action.yml +++ b/action.yml @@ -150,9 +150,6 @@ runs: echo "ALLURE_RESULTS_DIR is $ALLURE_RESULTS_DIR" ls -lah "$ALLURE_RESULTS_DIR" echo "ALLURE_GENERATED_DIR is $ALLURE_GENERATED_DIR" -# sudo mkdir -p "$ALLURE_GENERATED_DIR" -# ls -lah "$ALLURE_GENERATED_DIR" -# sudo chmod -R a+rw "$ALLURE_GENERATED_DIR" sudo mkdir -p "$ALLURE_RESULTS_DIR" sudo mkdir -p "allure-history" sudo chmod -R a+rw "$ALLURE_RESULTS_DIR"