mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Add docker symlink (#6287)
This commit is contained in:
committed by
GitHub
parent
dc7240348e
commit
f412cb04d7
@@ -17,6 +17,10 @@ Describe "Docker" {
|
||||
It "docker service is up" {
|
||||
"docker images" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "docker symlink" {
|
||||
"C:\Windows\SysWOW64\docker.exe ps" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "DockerImages" {
|
||||
|
||||
Reference in New Issue
Block a user