fix(gha-reporter): follow-up for multiple jobs (#35656)
This commit is contained in:
parent
7bf770143c
commit
939aa16f77
|
@ -90,7 +90,7 @@ class GHAMarkdownReporter extends MarkdownReporter {
|
|||
}
|
||||
|
||||
private _magicComment() {
|
||||
return `<!-- Generated by Playwright markdown reporter for ${this._workflowRunName()} -->`;
|
||||
return `<!-- Generated by Playwright markdown reporter for ${this._workflowRunName()} in job ${process.env.GITHUB_JOB} -->`;
|
||||
}
|
||||
|
||||
private _workflowRunName() {
|
||||
|
|
Loading…
Reference in New Issue