Update main.ts

This commit is contained in:
Connor Vidlock 2023-06-28 13:45:39 -05:00
parent a44c3cce54
commit 6e4d32881c
No known key found for this signature in database
GPG key ID: BADEF4A267C14600

View file

@ -211,6 +211,7 @@ class TestReporter {
core.info(`Check run HTML: ${resp.data.html_url}`) core.info(`Check run HTML: ${resp.data.html_url}`)
if (this.showHTMLNotice) { if (this.showHTMLNotice) {
core.info('*** showhtmlnotice set to true') 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}`) console.log(`::notice title=Test Results::${resp.data.html_url}`)
} }