diff --git a/src/main.ts b/src/main.ts index 81ded29..c06f1e1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -199,6 +199,7 @@ class TestReporter { core.info(`Check run create response: ${resp.status}`) core.info(`Check run URL: ${resp.data.url}`) core.info(`Check run HTML: ${resp.data.html_url}`) + core.info(`****** TEST *****`) core.info(`Status of showHTML: ${this.showHTMLNotice}`) if (this.showHTMLNotice) { console.log(`::notice title=Test Results::${resp.data.html_url}`)