mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
fix to kotlinc-js instead of fix-kotlin-dce-js as deprecated (#11075)
This commit is contained in:
@@ -160,7 +160,7 @@ Describe "Homebrew" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Describe "Kotlin" -Skip:($os.IsMonterey) {
|
Describe "Kotlin" -Skip:($os.IsMonterey) {
|
||||||
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-jvm", "kotlin-dce-js")
|
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-jvm", "kotlinc-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