Skip to content

Commit

Permalink
Publishing to github
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jun 7, 2024
1 parent 7d745ee commit ab2acf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab2acf2

Please sign in to comment.