We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b7dd5 commit cf7af88Copy full SHA for cf7af88
.github/workflows/_reusable_run_tests.yml
@@ -214,7 +214,7 @@ jobs:
214
if: always()
215
uses: ./.github/actions/allure-reporting
216
with:
217
- allure_artifact_name: "html-report-${{ github.run_number }}"
+ allure_artifact_name: "html-report-${{ github.run_number }}-${{ env.SANITIZED_BRANCH }}"
218
xcresult_search_path: "artifacts"
219
220
- name: Add Allure Report to Job Summary
0 commit comments