mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
switch to dispatch to test
This commit is contained in:
parent
a800396713
commit
68f1bddf1f
2 changed files with 2 additions and 4 deletions
5
.github/workflows/test-report.yml
vendored
5
.github/workflows/test-report.yml
vendored
|
|
@ -1,10 +1,7 @@
|
||||||
name: Test Report
|
name: Test Report
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_dispatch:
|
||||||
workflows: ['CI']
|
|
||||||
types:
|
|
||||||
- completed
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
report:
|
report:
|
||||||
|
|
|
||||||
|
|
@ -199,6 +199,7 @@ class TestReporter {
|
||||||
core.info(`Check run create response: ${resp.status}`)
|
core.info(`Check run create response: ${resp.status}`)
|
||||||
core.info(`Check run URL: ${resp.data.url}`)
|
core.info(`Check run URL: ${resp.data.url}`)
|
||||||
core.info(`Check run HTML: ${resp.data.html_url}`)
|
core.info(`Check run HTML: ${resp.data.html_url}`)
|
||||||
|
core.info(`Status of showHTML: ${this.showHTMLNotice}`)
|
||||||
if (this.showHTMLNotice) {
|
if (this.showHTMLNotice) {
|
||||||
console.log(`::notice title=Test Results::${resp.data.html_url}`)
|
console.log(`::notice title=Test Results::${resp.data.html_url}`)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue