File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -38235,6 +38235,7 @@ class ReportProcessor {
38235
38235
let addToSummaryReport = this.reportData?.report?.basicHtml;
38236
38236
if (addToSummaryReport) {
38237
38237
addToSummaryReport = `<html> ${addToSummaryReport} </html>`;
38238
+ core.info(`Report HTML: ${addToSummaryReport}`);
38238
38239
await summary.addRaw(addToSummaryReport);
38239
38240
} else {
38240
38241
await summary.addRaw('⚠️ No report content available');
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ class ReportProcessor {
14
14
let addToSummaryReport = this . reportData ?. report ?. basicHtml ;
15
15
if ( addToSummaryReport ) {
16
16
addToSummaryReport = `<html> ${ addToSummaryReport } </html>` ;
17
+ core . info ( `Report HTML: ${ addToSummaryReport } ` ) ;
17
18
await summary . addRaw ( addToSummaryReport ) ;
18
19
} else {
19
20
await summary . addRaw ( '⚠️ No report content available' ) ;
You can’t perform that action at this time.
0 commit comments