mirror of https://code.forgejo.org/forgejo/runner
Update tests
parent
3b24b73988
commit
f45d0855ad
|
@ -96,8 +96,8 @@ func TestReporter_parseLogRow(t *testing.T) {
|
||||||
"::endgroup::",
|
"::endgroup::",
|
||||||
},
|
},
|
||||||
[]string{
|
[]string{
|
||||||
"::group::",
|
"##[group]",
|
||||||
"::endgroup::",
|
"##[endgroup]",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue