Skip to content

Commit

Permalink
added os, browser and run_id to allure report name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeback committed May 30, 2024
1 parent 7d33387 commit ecd4620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD_Main_Pipeline -4Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ jobs:
- name: Upload Allure Report
uses: actions/upload-artifact@v4
with:
name: allure-report
name: allure-report ${{ matrix.os }} - ${{ matrix.browser }} - ${{ github.run_id }}
path: target/site/allure-maven-plugin

0 comments on commit ecd4620

Please sign in to comment.