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:
@@ -20,3 +20,5 @@ $dockerToolset = (Get-ToolsetContent).docker
|
||||
foreach($dockerImage in $dockerToolset.images) {
|
||||
DockerPull $dockerImage
|
||||
}
|
||||
|
||||
Invoke-PesterTests -TestFile "Docker" -TestName "DockerImages"
|
||||
Reference in New Issue
Block a user