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}`) }