We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140dbda commit 3aa9b8cCopy full SHA for 3aa9b8c
.github/workflows/ci.yaml
@@ -270,7 +270,7 @@ jobs:
270
aws-region: us-east-1
271
272
- name: Publish consolidated report to S3
273
- - run: aws s3 sync ./playwright-report s3://cardstack-boxel-matrix-playwright-reports-staging/${{ github.head_ref || github.ref_name }}/${{ steps.timestampid.outputs.timestamp }}
+ run: aws s3 sync ./playwright-report s3://cardstack-boxel-matrix-playwright-reports-staging/${{ github.head_ref || github.ref_name }}/${{ steps.timestampid.outputs.timestamp }}
274
275
- name: Store Playwright report URL
276
shell: bash
0 commit comments