Commit 9180a41
fix: re-apply JSON escaping in junit-summary custom_data (#837)
Commit 4f0b0a0 ("restore workflow consolidation reverted by PR #788")
re-created unit-tests.yml but lost the JSON escaping fix from 56a196e.
The unescaped curly braces and quotes in the custom_data parameter break
the kubeflow/pipelines junit-summary action's bash conditional, causing
the "Mark Workflow failure if test reporting failed" step to fail even
when all tests pass.
Signed-off-by: Martin Prpič <mprpic@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4f0b0a0 commit 9180a41
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments