File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 99 timeout-minutes : 60
1010 runs-on : ubuntu-latest
1111 strategy :
12+ fail-fast : false # Ensures the matrix doesn't stop if one job fails
1213 matrix :
1314 include :
1415 # - php_version: 5.6
@@ -106,9 +107,9 @@ jobs:
106107 comment-id : ${{ steps.fc.outputs.comment-id }}
107108 issue-number : ${{ github.event.pull_request.number }}
108109 body : |
109- ${{ steps.mto.outputs.body }}
110110 ## Playwright Report Artifact for PHP ${{ matrix.php_version }} and WP ${{ env.WP_VERSION }}
111111 | file | commit |
112112 | ---- | ------ |
113113 | [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 }} |
114+ ${{ steps.mto.outputs.body }}
114115 edit-mode : replace
You can’t perform that action at this time.
0 commit comments