mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Windows] Add more docker tests and move K8s tools into single provisioner (#2583)
* Add more docker tests * Rework tools installation and test * remove docker tests from tools * get back kind installation * transform kind download link to string * add Add-MachinePathItem after kind installation
This commit is contained in:
@@ -12,7 +12,4 @@ Start-Service docker
|
||||
Write-Host "Install-Package Docker-Compose"
|
||||
Choco-Install -PackageName docker-compose
|
||||
|
||||
Write-Host "Install Helm"
|
||||
Choco-Install -PackageName kubernetes-helm
|
||||
|
||||
Invoke-PesterTests -TestFile "Tools" -TestName "Docker"
|
||||
Invoke-PesterTests -TestFile "Docker" -TestName "Docker"
|
||||
Reference in New Issue
Block a user