mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
[Ubuntu] Add kotlin (#3755)
This commit is contained in:
@@ -383,3 +383,29 @@ Describe "yq" {
|
||||
"yq -V" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Kotlin" {
|
||||
It "kapt" {
|
||||
"kapt -version"| Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "kotlin" {
|
||||
"kotlin -version"| Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "kotlinc" {
|
||||
"kotlinc -version"| Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "kotlinc-js" {
|
||||
"kotlinc-js -version"| Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "kotlinc-jvm" {
|
||||
"kotlinc-jvm -version"| Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
It "kotlin-dce-js" {
|
||||
"kotlin-dce-js -version"| Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user