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 ef32cff commit e4a0045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ jobs:
# Move the Allure report files to the root of the gh-pages directory
- name: Move Allure report files
run: |
mv allure-report/** .
mv allure-report/.[!.]* .
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/
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# Please, add your custom content below!

*.pyc
*.png
__pycache__/
screenshots/
.env
Expand Down

0 comments on commit e4a0045

Please sign in to comment.