mirror of
https://github.com/actions/runner.git
synced 2025-12-13 19:03:44 +00:00
Update src/Test/L0/Worker/ContainerOperationProviderL0.cs
Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
@@ -42,7 +42,8 @@ namespace GitHub.Runner.Common.Tests.Worker
|
|||||||
{
|
{
|
||||||
await containerOperationProvider.RunContainersHealthcheck(_ec.Object, containers);
|
await containerOperationProvider.RunContainersHealthcheck(_ec.Object, containers);
|
||||||
}
|
}
|
||||||
catch (InvalidOperationException) {
|
catch (InvalidOperationException)
|
||||||
|
{
|
||||||
|
|
||||||
//Assert
|
//Assert
|
||||||
//Assert
|
//Assert
|
||||||
|
|||||||
Reference in New Issue
Block a user