From ab2acf279d26a582b2c5234164e14eb11308f2b1 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 7 Jun 2024 22:44:53 +0100 Subject: [PATCH] Publishing to github --- .github/workflows/tests_qa.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_qa.yml b/.github/workflows/tests_qa.yml index 222dcc2c8..e471e812d 100644 --- a/.github/workflows/tests_qa.yml +++ b/.github/workflows/tests_qa.yml @@ -86,11 +86,11 @@ jobs: echo "Allure directory not found or is empty." fi - - name: Check contents of Allure report directory - run: ls -la "$allure_directory" + - name: Check if Allure directory exists in Docker container + run: docker exec $container_id ls -la /app - name: List contents of Allure report directory - run: tree "$allure_directory" + run: docker exec $container_id tree "$allure_directory" - name: Check contents of gh-pages before moving run: ls -la gh-pages