Skip to content

Commit

Permalink
Fix test report publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jul 11, 2024
1 parent d9364af commit 03f4549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ jobs:
run: ls -la

- name: Verify files
run: ls -R
run: |
ls -R
cat allure-report/index.html
- name: Get GitHub Pages URL
Expand Down

0 comments on commit 03f4549

Please sign in to comment.