Skip to content

Commit ff3b5db

Browse files
committed
always create allure report even if tests fail
1 parent 7999951 commit ff3b5db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github_actions_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ jobs:
6565
pytest Ultimateqa/ui_tests api_tests -n auto --alluredir=allure-results
6666
6767
- name: Generate Allure Report
68+
if: always()
6869
run: |
6970
npx allure generate allure-results --clean -o allure-report
7071
7172
- name: Deploy Allure Report to GitHub Pages
73+
if: always()
7274
uses: peaceiris/actions-gh-pages@v3
7375
with:
7476
github_token: ${{ secrets.GH_PAGES_ALLURE }}

0 commit comments

Comments
 (0)