mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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…
x
Reference in New Issue
Block a user