Skip to content

Commit 5c6e8f0

Browse files
committed
add some debug
1 parent 230d0d1 commit 5c6e8f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run-tests.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ ${ENDGROUP}`)
636636
})
637637
)
638638

639+
console.log('DEBUG - tests failed', errorsPerTests.size)
639640
if (process.env.CI && errorsPerTests.size > 0) {
640641
const toIDHash = (str) => {
641642
let hash = 0,
@@ -666,6 +667,7 @@ ${ENDGROUP}`)
666667
.join('\n')}
667668
`
668669

670+
console.log('DEBUG - outputTemplate', outputTemplate)
669671
await core.summary
670672
.addHeading('Test failures')
671673
.addTable([

0 commit comments

Comments
 (0)