mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[macOS] Remove gradle test (#3163)
This commit is contained in:
committed by
GitHub
parent
98070a66fc
commit
2eab75337b
@@ -66,10 +66,6 @@ Describe "Java" {
|
||||
It "Gradle is installed to /usr/local/bin" {
|
||||
(Get-Command "gradle").Path | Should -BeExactly "/usr/local/bin/gradle"
|
||||
}
|
||||
|
||||
It "Gradle is compatible with init.d plugins" {
|
||||
"cd /tmp && gradle tasks" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user