Skip to content

Commit

Permalink
fix: ensure allure asset name is unique per suite being run to avoid …
Browse files Browse the repository at this point in the history
…dupe artefact names
  • Loading branch information
fibble committed Jan 9, 2025
1 parent e8aebf2 commit 5c1ff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
- name: Store Allure Results
uses: actions/upload-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' }}
path: ./upload/${{ env.FOLDER_NAME }}/allure-results


Expand Down

0 comments on commit 5c1ff4f

Please sign in to comment.