We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0668084 commit 7d98e84Copy full SHA for 7d98e84
src/index.js
@@ -31,7 +31,7 @@ module.exports = {
31
32
console.log(report)
33
34
- if (failWithIssues) {
+ if (failWithIssues && issueCount > 0) {
35
build.failBuild(reportSummary)
36
} else {
37
console.warn(pico.magenta(reportSummary))
0 commit comments