Commit 4408ba5
committed
ci: don't fail build when SonarQube scan step errors
The SonarQube scan runs as the final step of the test job and intermittently
returns HTTP 403 while downloading the scanner CLI from binaries.sonarsource.com,
failing the whole build even though tests passed. It is a reporting step and the
quality gate is reported via its own check, so mark it continue-on-error.1 parent fc97b3c commit 4408ba5
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
0 commit comments