From e4a0045ede94badbeccde2e455e8843804b555de Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 Oct 2024 16:22:32 +0100 Subject: [PATCH] Correct screenshot path --- .github/workflows/tests_dev.yml | 3 +-- .gitignore | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests_dev.yml b/.github/workflows/tests_dev.yml index 6e53494e5..5b6ae23e1 100644 --- a/.github/workflows/tests_dev.yml +++ b/.github/workflows/tests_dev.yml @@ -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/ diff --git a/.gitignore b/.gitignore index 2e63550aa..2e3373a6b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,6 @@ # Please, add your custom content below! *.pyc -*.png __pycache__/ screenshots/ .env