Skip to content

Commit 3aa9b8c

Browse files
committed
Fix nesting of sync step
ugh… so brittle, YAML
1 parent 140dbda commit 3aa9b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
aws-region: us-east-1
271271

272272
- 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 }}
273+
run: aws s3 sync ./playwright-report s3://cardstack-boxel-matrix-playwright-reports-staging/${{ github.head_ref || github.ref_name }}/${{ steps.timestampid.outputs.timestamp }}
274274

275275
- name: Store Playwright report URL
276276
shell: bash

0 commit comments

Comments
 (0)