We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35e41b commit b188dfdCopy full SHA for b188dfd
.github/workflows/ci.yaml
@@ -282,7 +282,7 @@ jobs:
282
283
- name: Store Playwright report URL
284
shell: bash
285
- run: echo "PLAYWRIGHT_REPORT_URL=https://boxel-matrix-playwright-reports.stack.cards/${{ steps.timestampid.outputs.timestamp }}/" >> $GITHUB_ENV
+ run: echo "PLAYWRIGHT_REPORT_URL=https://boxel-matrix-playwright-reports.stack.cards/${{ steps.timestampid.outputs.timestamp }}/index.html" >> $GITHUB_ENV
286
287
- name: Sleep to wait for Pages deployment
288
0 commit comments