fix(gha-reporter): follow-up for multiple jobs (#35656)

This commit is contained in:
Max Schmitt 2025-04-17 17:33:59 +02:00 committed by GitHub
parent 7bf770143c
commit 939aa16f77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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() {