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 ab3c5e2 commit e8d925eCopy full SHA for e8d925e
src/index.ts
@@ -73,7 +73,7 @@ process.on("unhandledRejection", function (reason) {
73
const text = report.results
74
.map((report) => {
75
let body = report.diff;
76
- if (!isCI) {
+ if (isCI) {
77
if (artifactUrl) {
78
body = `**Visit [this link](${artifactUrl}) to download**`;
79
} else {
0 commit comments