Skip to content

Commit 2c737ca

Browse files
AniketDev7harshithad0703
authored andcommitted
chore: updated slack notif
1 parent 5964707 commit 2c737ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sanity-report-dev11.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const reportUrl = `http://${goCdServer}/go/files/${pipelineName}/${pipelineCount
5151
const tagUsers = parseInt(failedTests) > 0 ? `<@${user1}> <@${user2}> <@${user3}> <@${user4}>` : "";
5252

5353
const slackMessage = {
54-
text: `*Dev11, SDK-Typescript-CDA Sanity*\n*Result:* ${resultMessage}\n*Duration:* ${totalDurationMinutes}\n*Failed Tests:* ${failedTests}\n<${reportUrl}|View Report>\n${tagUsers}`,
54+
text: `*Dev11, SDK-Typescript-CDA Sanity*\n*Result:* ${resultMessage}, ${totalDurationMinutes}m ${totalDurationSeconds}s\n*Failed Tests:* ${failedTests}\n<${reportUrl}|View Report>\n${tagUsers}`,
5555
};
5656

5757
const app = new App({

0 commit comments

Comments
 (0)