Skip to content

Commit 8f409b0

Browse files
committed
Add branch name to report path
1 parent b188dfd commit 8f409b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
role-to-assume: ${{ env.AWS_ROLE_ARN }}
272272
aws-region: us-east-1
273273

274-
- run: aws s3 sync ./playwright-report s3://cardstack-boxel-matrix-playwright-reports-staging/${{ steps.timestampid.outputs.timestamp }}
274+
- run: aws s3 sync ./playwright-report s3://cardstack-boxel-matrix-playwright-reports-staging/${{ github.head_ref || github.ref_name }}/${{ steps.timestampid.outputs.timestamp }}
275275

276276
# - name: Push to Github Pages
277277
# uses: peaceiris/actions-gh-pages@v4.0.0
@@ -282,7 +282,7 @@ jobs:
282282

283283
- name: Store Playwright report URL
284284
shell: bash
285-
run: echo "PLAYWRIGHT_REPORT_URL=https://boxel-matrix-playwright-reports.stack.cards/${{ steps.timestampid.outputs.timestamp }}/index.html" >> $GITHUB_ENV
285+
run: echo "PLAYWRIGHT_REPORT_URL=https://boxel-matrix-playwright-reports.stack.cards/${{ github.head_ref || github.ref_name }}/${{ steps.timestampid.outputs.timestamp }}/index.html" >> $GITHUB_ENV
286286

287287
- name: Sleep to wait for Pages deployment
288288
shell: bash

0 commit comments

Comments
 (0)