mirror of
https://github.com/actions/runner-images.git
synced 2026-01-08 03:07:32 +08:00
[macOS] Fix Gradle test (#8543)
This commit is contained in:
@@ -75,7 +75,7 @@ Describe "Java" {
|
||||
(Get-Command "gradle").Path | Should -BeExactly "/usr/local/bin/gradle"
|
||||
}
|
||||
|
||||
It "Gradle is installed to /opt/homebrew/bin/gradle" -Skip:($os.IsVentura) {
|
||||
It "Gradle is installed to /opt/homebrew/bin/gradle" -Skip:(-not $os.IsVenturaArm64) {
|
||||
(Get-Command "gradle").Path | Should -BeExactly "/opt/homebrew/bin/gradle"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user