[Ubuntu] Updated the Kotlin pester test and Power shell version for Ubuntu24.04. (#11062)

* [Ubuntu] Uodated the script to install the powershell

* [Ubuntu] Fixing the powershell and kotlin

---------

Co-authored-by: Ravi Akshintala <[email protected]>
This commit is contained in:
RaviAkshintala
2024-11-28 08:11:49 -07:00
committed by GitHub
co-authored by Ravi Akshintala
parent 5a263020f5
commit 004bb48b9e
2 changed files with 3 additions and 9 deletions
+2 -2
View File
@@ -407,7 +407,7 @@ Describe "Kotlin" {
"kotlinc-jvm -version" | Should -ReturnZeroExitCode
}
It "kotlin-dce-js" {
"kotlin-dce-js -version" | Should -ReturnZeroExitCode
It "kotlinc-js" {
"kotlinc-js -version" | Should -ReturnZeroExitCode
}
}