mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-01 22:57:33 +08:00
Exclude Colima from tests for macOS 10.15 (#6325)
This commit is contained in:
committed by
GitHub
parent
0ca065b7c2
commit
2ebc6b71c9
@@ -151,7 +151,7 @@ Describe "CodeQL" -Skip:($os.IsCatalina) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Colima" {
|
||||
Describe "Colima" -Skip:($os.IsCatalina) {
|
||||
It "Colima" {
|
||||
"colima version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user