Skip to content

Commit

Permalink
Correct screenshot path
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Oct 22, 2024
1 parent 773a935 commit 0733163
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jobs:
- name: Move Allure report files
run: |
mv allure-report/* .
if [ -d "data/attachments" ]; then
mkdir -p data/attachments # Create the target directory if it doesn't exist
mv data/attachments/* data/attachments/
fi
# if [ -d "data/attachments" ]; then
# mkdir -p data/attachments # Create the target directory if it doesn't exist
# mv data/attachments/* data/attachments/
# fi

# - name: Move Attachments
# run: |
Expand Down

0 comments on commit 0733163

Please sign in to comment.