Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kulachenko <[email protected]>
  • Loading branch information
vvarg229 committed Jan 17, 2024
1 parent 5bb1b71 commit b07ad46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b07ad46

Please sign in to comment.