Commit 3c38a9c
ci: don't let test-result publishing fail the Test job
The "Publish results" step (EnricoMi/publish-unit-test-result-action)
fails the whole job when GitHub throttles its PR-lookup endpoint (HTTP
429), even though lint and tests passed. Mark it continue-on-error and
grant the action the checks/pull-requests permissions it needs to use
the API instead of falling back to unauthenticated scraping.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 02bc467 commit 3c38a9c
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
0 commit comments