File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3636 run : npm run test
3737 - uses : actions/upload-artifact@v4
3838 if : ${{ !cancelled() }}
39+ id : artifact-upload-step
3940 with :
4041 name : playwright-report-${{ env.VERSION_SUFFIX }}.zip
4142 path : playwright-report/
43+ overwrite : true
4244 retention-days : 30
4345 - name : Find Comment
4446 uses : peter-evans/find-comment@v3
5355 comment-id : ${{ steps.fc.outputs.comment-id }}
5456 issue-number : ${{ github.event.pull_request.number }}
5557 body : |
56- ` ## Playwright Report Artifact
58+ ## Playwright Report Artifact
5759 | file | commit |
5860 | ---- | ------ |
59- | [playwright-report-${{ env.VERSION_SUFFIX }}.zip](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts) | ${{ github.sha }} |
60- `
61+ | [playwright-report-${{ env.VERSION_SUFFIX }}.zip](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}) | ${{ github.sha }} |
6162 edit-mode : replace
You can’t perform that action at this time.
0 commit comments