[windows-2025] Install mongosh for ALLUSERS and enable test (#11224)

This commit is contained in:
Shamil Mubarakshin
2024-12-19 11:16:24 +01:00
committed by GitHub
parent bcf2ea82ad
commit c9d728fd25
2 changed files with 7 additions and 4 deletions

View File

@@ -30,8 +30,10 @@ Describe "MongoDB" {
}
}
Context "Shell" -Skip:(-not (Test-IsWin19) -or -not (Test-IsWin22)) {
"mongosh --version" | Should -Not -BeNullOrEmpty
Context "Shell" -Skip:(-not (Test-IsWin25)) {
It "mongosh" {
"mongosh --version" | Should -ReturnZeroExitCode
}
}
}