From 68f1bddf1fdaea5626a19e03d1e70a7bb7e3bc9f Mon Sep 17 00:00:00 2001 From: Connor Vidlock Date: Mon, 20 Mar 2023 10:28:55 -0500 Subject: [PATCH] switch to dispatch to test --- .github/workflows/test-report.yml | 5 +---- src/main.ts | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index a67047c..35dffb5 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -1,10 +1,7 @@ name: Test Report on: - workflow_run: - workflows: ['CI'] - types: - - completed + workflow_dispatch: jobs: report: diff --git a/src/main.ts b/src/main.ts index 4b9bcdb..81ded29 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(`Status of showHTML: ${this.showHTMLNotice}`) if (this.showHTMLNotice) { console.log(`::notice title=Test Results::${resp.data.html_url}`) }