diff --git a/.github/workflows/tests_qa.yml b/.github/workflows/tests_qa.yml index f16a375a3..37a21fec8 100644 --- a/.github/workflows/tests_qa.yml +++ b/.github/workflows/tests_qa.yml @@ -54,7 +54,7 @@ jobs: run: | container_id=$(docker ps -qf "name=playwright-tests") echo "Container ID: $container_id" - allure_directory=$(docker exec $container_id find /app -type d -name "allure-report" -print -quit) + allure_directory=$(docker exec $container_id find / -type d -name "allure-report" -print -quit) echo "Allure Directory: $allure_directory" if [[ -n "$allure_directory" ]]; then echo "ALLURE_DIRECTORY=$allure_directory" >> $GITHUB_ENV