mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Update main.ts
This commit is contained in:
parent
6e4d32881c
commit
819dccfd4b
1 changed files with 3 additions and 2 deletions
|
|
@ -211,8 +211,9 @@ class TestReporter {
|
|||
core.info(`Check run HTML: ${resp.data.html_url}`)
|
||||
if (this.showHTMLNotice) {
|
||||
core.info('*** showhtmlnotice set to true')
|
||||
core.exportVariable('TEST-RESULTS-URL', resp.data.html_url)
|
||||
console.log(`::notice title=Test Results::${resp.data.html_url}`)
|
||||
core.exportVariable('TEST_RESULTS_URL', `${resp.data.html_url}`)
|
||||
core.info(`Set env var to: ${process.env.TEST_RESULTS_URL}`)
|
||||
core.info(`::notice title=Test Results::${resp.data.html_url}`)
|
||||
}
|
||||
|
||||
return [results, resp.data.html_url]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue