mirror of
https://github.com/actions/runner-images.git
synced 2026-01-20 19:31:16 +08:00
Remove Windows 2019 and Ubuntu 20.04 files and reference (#13533)
This commit is contained in:
@@ -38,13 +38,3 @@ Describe "GitHub CLI" {
|
||||
"gh --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "CloudFoundry CLI" -Skip:(-not (Test-IsWin19)) {
|
||||
It "cf is located in C:\cf-cli" {
|
||||
"C:\cf-cli\cf.exe" | Should -Exist
|
||||
}
|
||||
|
||||
It "cf" {
|
||||
"cf --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user