switch to dispatch to test

This commit is contained in:
Connor Vidlock 2023-03-20 10:28:55 -05:00
parent a800396713
commit 68f1bddf1f
No known key found for this signature in database
GPG key ID: BADEF4A267C14600
2 changed files with 2 additions and 4 deletions

View file

@ -1,10 +1,7 @@
name: Test Report
on:
workflow_run:
workflows: ['CI']
types:
- completed
workflow_dispatch:
jobs:
report:

View file

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