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 c9d739c commit 5bb1b71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ 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_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 5bb1b71

Please sign in to comment.