mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 07:46:57 +00:00
[Windows] Update Kotlin Pester test (#11056)
This commit is contained in:
@@ -201,7 +201,7 @@ Describe "Pipx" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Describe "Kotlin" {
|
Describe "Kotlin" {
|
||||||
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlin-dce-js", "kotlinc-jvm")
|
$kotlinPackages = @("kapt", "kotlin", "kotlinc", "kotlinc-js", "kotlinc-jvm")
|
||||||
|
|
||||||
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