We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbf983 commit 84374baCopy full SHA for 84374ba
.github/workflows/ci.yaml
@@ -287,9 +287,9 @@ jobs:
287
publish_dir: ./playwright-report
288
destination_dir: ${{ steps.timestampid.outputs.timestamp }}
289
290
- - name: Store Playwright report URL
291
- shell: bash
292
- run: echo "PLAYWRIGHT_REPORT_URL=https://cardstack.github.io/boxel/${{ steps.timestampid.outputs.timestamp }}/" >> $GITHUB_ENV
+ - name: Store Playwright report URL
+ shell: bash
+ run: echo "PLAYWRIGHT_REPORT_URL=https://cardstack.github.io/boxel/${{ steps.timestampid.outputs.timestamp }}/" >> $GITHUB_ENV
293
294
- name: Add check with link to Playwright report
295
shell: bash
0 commit comments