Commit 4f62d7a
Fix nested --github-output group for progress report nested inside timeline
Do not emit group when progress report is nested in timeline or failure.
Unfortunately github logging does not handle nested groups correctly.
Commit 606c1cb passed "isVeryVerbose" as
to argument "emitGroup", while should pass to "emitGinkgoWriterOutput".
So, it break fix added in commit fdc65b1.
Signed-off-by: Konstantin Khlebnikov <koct9i@gmail.com>1 parent 04b5bcb commit 4f62d7a
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
| |||
0 commit comments