diff --git a/images/win/scripts/Installers/Install-Kind.ps1 b/images/win/scripts/Installers/Install-Kind.ps1 index 0e97cc04b..b1c936fc9 100644 --- a/images/win/scripts/Installers/Install-Kind.ps1 +++ b/images/win/scripts/Installers/Install-Kind.ps1 @@ -38,3 +38,5 @@ catch Write-Host $_.Exception.Message exit 1 } + +Invoke-PesterTests -TestFile "Tools" -TestName "Kind" \ No newline at end of file