We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7999951 commit ff3b5dbCopy full SHA for ff3b5db
.github/workflows/github_actions_tests.yml
@@ -65,10 +65,12 @@ jobs:
65
pytest Ultimateqa/ui_tests api_tests -n auto --alluredir=allure-results
66
67
- name: Generate Allure Report
68
+ if: always()
69
run: |
70
npx allure generate allure-results --clean -o allure-report
71
72
- name: Deploy Allure Report to GitHub Pages
73
74
uses: peaceiris/actions-gh-pages@v3
75
with:
76
github_token: ${{ secrets.GH_PAGES_ALLURE }}
0 commit comments