Skip to content

Commit

Permalink
Merge pull request #1081 from dvsa/downloadAllureNameSpace
Browse files Browse the repository at this point in the history
chore: namespace allure asset name
  • Loading branch information
sr4850 authored Jan 10, 2025
2 parents 6aa92d3 + c8bdeda commit 1d02dbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ jobs:
- name: Download Allure Report
uses: actions/download-artifact@v4
with:
name: allure-results-${{ inputs.platform_env }}
name: allure-results-${{ inputs.platform_env }}-${{ contains(inputs.cucumber_tags, 'ss_') && 'selfserve' || contains(inputs.cucumber_tags, 'int_') && 'internal' || 'default' }}


- name: Console Output Report
run: |
Expand All @@ -255,4 +256,4 @@ jobs:
steps:
- name: Job Succeeded
if: success()
run: echo "AWS Batch job completed successfully!"
run: echo "AWS Batch job completed successfully!"

0 comments on commit 1d02dbb

Please sign in to comment.