mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[macOS] Remove kotlinc-js pester test (#6854)
This commit is contained in:
@@ -163,7 +163,7 @@ Describe "Homebrew" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Describe "Kotlin" {
|
Describe "Kotlin" {
|
||||||
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-js", "kotlinc-jvm", "kotlin-dce-js")
|
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-jvm", "kotlin-dce-js")
|
||||||
|
|
||||||
It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
|
It "<toolName> is available" -TestCases ($kotlinPackages | ForEach-Object { @{ toolName = $_ } }) {
|
||||||
"$toolName -version" | Should -ReturnZeroExitCode
|
"$toolName -version" | Should -ReturnZeroExitCode
|
||||||
|
|||||||
Reference in New Issue
Block a user