Skip to content

Commit 3ac5f2e

Browse files
authored
Update ReportProcessor.js
1 parent 33e3c79 commit 3ac5f2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

browserstack-report-action/src/services/ReportProcessor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class ReportProcessor {
1515
addToSummaryReport = `<html> ${addToSummaryReport} </html>`;
1616
core.info(`Report HTML: ${addToSummaryReport}`);
1717
if (addToSummaryReport) {
18-
1918
await summary.addRaw(addToSummaryReport);
2019
} else {
2120
await summary.addRaw('⚠️ No report content available');

0 commit comments

Comments
 (0)