mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +08:00
[windows-2025] Install mongosh for ALLUSERS and enable test (#11224)
This commit is contained in:
committed by
GitHub
parent
bcf2ea82ad
commit
c9d728fd25
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user