Check connectivity for endpoints requested by service. (#2691)

This commit is contained in:
Tingluo Huang
2023-07-17 08:36:20 -04:00
committed by GitHub
parent f25c9dfba3
commit b91ad56f92
4 changed files with 111 additions and 24 deletions

View File

@@ -229,7 +229,7 @@ namespace GitHub.Runner.Worker
finally
{
Trace.Info("Finalize job.");
jobExtension.FinalizeJob(jobContext, message, jobStartTimeUtc);
await jobExtension.FinalizeJob(jobContext, message, jobStartTimeUtc);
}
Trace.Info($"Job result after all job steps finish: {jobContext.Result ?? TaskResult.Succeeded}");