mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
Fix L0 tests, add/update runner release yaml. (#214)
This commit is contained in:
@@ -179,7 +179,7 @@ namespace GitHub.Runner.Worker
|
||||
finally
|
||||
{
|
||||
Trace.Info("Finalize job.");
|
||||
await jobExtension.FinalizeJob(jobContext, message, jobStartTimeUtc);
|
||||
jobExtension.FinalizeJob(jobContext, message, jobStartTimeUtc);
|
||||
}
|
||||
|
||||
Trace.Info($"Job result after all job steps finish: {jobContext.Result ?? TaskResult.Succeeded}");
|
||||
|
||||
Reference in New Issue
Block a user