mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Update main.ts
This commit is contained in:
parent
68f1bddf1f
commit
c5d96f0a2d
1 changed files with 1 additions and 0 deletions
|
|
@ -199,6 +199,7 @@ class TestReporter {
|
||||||
core.info(`Check run create response: ${resp.status}`)
|
core.info(`Check run create response: ${resp.status}`)
|
||||||
core.info(`Check run URL: ${resp.data.url}`)
|
core.info(`Check run URL: ${resp.data.url}`)
|
||||||
core.info(`Check run HTML: ${resp.data.html_url}`)
|
core.info(`Check run HTML: ${resp.data.html_url}`)
|
||||||
|
core.info(`****** TEST *****`)
|
||||||
core.info(`Status of showHTML: ${this.showHTMLNotice}`)
|
core.info(`Status of showHTML: ${this.showHTMLNotice}`)
|
||||||
if (this.showHTMLNotice) {
|
if (this.showHTMLNotice) {
|
||||||
console.log(`::notice title=Test Results::${resp.data.html_url}`)
|
console.log(`::notice title=Test Results::${resp.data.html_url}`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue