Skip to content

Commit 8f65279

Browse files
committed
remove custom heading
1 parent 276dff3 commit 8f65279

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

browserstack-report-action/dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38230,7 +38230,6 @@ class ReportProcessor {
3823038230
async processReport() {
3823138231
try {
3823238232
const { summary } = core;
38233-
await summary.addHeading('BrowserStack Test Report');
3823438233

3823538234
let addToSummaryReport = this.reportData?.report?.basicHtml;
3823638235
if (addToSummaryReport) {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class ReportProcessor {
99
async processReport() {
1010
try {
1111
const { summary } = core;
12-
await summary.addHeading('BrowserStack Test Report');
1312

1413
let addToSummaryReport = this.reportData?.report?.basicHtml;
1514
if (addToSummaryReport) {

0 commit comments

Comments
 (0)