Commit e509367
committed
"Add support for uploading PHPUnit artifacts in GitHub workflows
Enhanced PHPUnit and RunCommandOnMatrix workflows to support artifact uploading.
- Introduced a new `uploadArtifacts` option in both workflows.
- Updated PHPUnit.yml to enable uploading test artifacts (e.g., coverage and JUnit XML files) when `uploadArtifacts` is set to true.
- Added an optional `uploadArtifacts` input in RunCommandOnMatrix.yml, defaulting to false.
- Integrated `actions/upload-artifact` to handle the upload of files matching '*.xml'.
This update ensures better test result handling by allowing easy artifact storage and retrieval."1 parent 8c8cb80 commit e509367
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
53 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
0 commit comments