Skip to content

Commit

Permalink
add some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Oct 12, 2023
1 parent 230d0d1 commit 5c6e8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@ ${ENDGROUP}`)
})
)

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

console.log('DEBUG - outputTemplate', outputTemplate)
await core.summary
.addHeading('Test failures')
.addTable([
Expand Down

0 comments on commit 5c6e8f0

Please sign in to comment.