Skip to content

Commit e40aa82

Browse files
committed
continue matrix even if one job fails
1 parent 93e5821 commit e40aa82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
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

0 commit comments

Comments
 (0)