Skip to content

Commit

Permalink
chore: add test-session link on github reporter [gh-822]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Alejandro Ramos committed Aug 17, 2023
1 parent 75fc9e6 commit f4ef6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/src/reporters/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class GithubReporter extends AbstractListReporter {
printLn(`Running ${this.numChecks} checks in ${this._runLocationString()}.`, 2, 1)
}

async onEnd () {
onEnd () {
this._printBriefSummary()
const githubMdBuilder = new GithubMdBuilder({
testSessionId: this.testSessionId,
Expand All @@ -118,6 +118,6 @@ export default class GithubReporter extends AbstractListReporter {

printLn(`Github summary saved in '${path.resolve(summaryFilename)}'.`, 2)

await this._printTestSessionsUrl()
this._printTestSessionsUrl()
}
}

0 comments on commit f4ef6fc

Please sign in to comment.