Commit adcb9dd
Fix CI workflow: add continue-on-error for Publish Test Results
The publish-unit-test-result-action fails with 403 Forbidden on PRs
because it lacks checks:write permission. This prevents the entire
build from being marked as successful even when tests pass.
Adding continue-on-error: true allows the actual build/test results
to be reported correctly while still attempting to publish test results.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 75c317a commit adcb9dd
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments