Skip to content

Commit c18a637

Browse files
VIA-577 AS Update name of snapshot test artefact to include release name
1 parent f00f4a9 commit c18a637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-7-snapshot-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ jobs:
106106
uses: actions/upload-artifact@v5
107107
if: always()
108108
with:
109-
name: playwright-report-snapshot-${{ steps.folder_name_value.outputs.current_datetime }}-${{ inputs.checkout_ref }}
109+
name: playwright-report-snapshot-${{ inputs.release_name }}-${{ steps.folder_name_value.outputs.current_datetime }}-${{ inputs.checkout_ref }}
110110
path: playwright-report/
111111
retention-days: 30

0 commit comments

Comments
 (0)