mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
[macOS] Get rid of NDK version check test (#2280)
* change test to ndk 22 * remove test completely
This commit is contained in:
@@ -69,12 +69,6 @@ Describe "Android" {
|
||||
}
|
||||
|
||||
Context "Legacy NDK versions" -Skip:($os.IsBigSur) {
|
||||
It "Android NDK version is 21" {
|
||||
$ndkBundlePath = Join-Path $ANDROID_SDK_DIR "ndk-bundle" "source.properties"
|
||||
$rawContent = Get-Content $ndkBundlePath -Raw
|
||||
$rawContent | Should -BeLikeExactly "*Revision = 21.*"
|
||||
}
|
||||
|
||||
It "Android NDK version r18b is installed" {
|
||||
$ndk18BundlePath = Join-Path $ANDROID_SDK_DIR "ndk" "18.1.5063045" "source.properties"
|
||||
$rawContent = Get-Content $ndk18BundlePath -Raw
|
||||
|
||||
Reference in New Issue
Block a user