Skip to content

Commit 02b0255

Browse files
VIA-577 Fix file path of S3 snapshot reference folder
1 parent 456528e commit 02b0255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-6-snapshot-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242

4343
- name: "Set ${{inputs.release_version}} reference to ${{ inputs.tag }} tagged snapshots"
4444
run: |
45-
aws s3 sync --delete s3://${{ env.AWS_S3_ARTEFACTS_BUCKET }}/playwright/${{inputs.release_version}}/${{ inputs.tag }}/ s3://${{ env.AWS_S3_ARTEFACTS_BUCKET }}/playwright/reference/__snapshots__/${{inputs.release_version}}/
45+
aws s3 sync --delete s3://${{ env.AWS_S3_ARTEFACTS_BUCKET }}/playwright/snapshots-for-review/${{inputs.release_version}}/${{ inputs.tag }}/ s3://${{ env.AWS_S3_ARTEFACTS_BUCKET }}/playwright/reference/${{inputs.release_version}}/__snapshots__/

0 commit comments

Comments
 (0)