From c5d96f0a2dd9f9116e6533afc609ce38fae3c1d9 Mon Sep 17 00:00:00 2001 From: Connor Vidlock Date: Mon, 20 Mar 2023 10:36:50 -0500 Subject: [PATCH] Update main.ts --- src/main.ts | 1 + 1 file changed, 1 insertion(+) 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}`)