Skip to content

Commit dd30545

Browse files
committed
comment test results to verify integration
1 parent 68c3cc8 commit dd30545

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/testResultsSummary.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ export function addSummary(
162162
}
163163

164164
// Add detailed test results
165-
core.summary
166-
.addHeading("All tests", 3)
167-
.addRaw(detailedResults, true);
165+
// core.summary
166+
// .addHeading("All tests", 3)
167+
// .addRaw(detailedResults, true);
168168
} catch (e) {
169169
console.error("An error occurred while adding the test results to the summary:", e);
170170
}

0 commit comments

Comments
 (0)