mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
8 lines
194 B
PowerShell
8 lines
194 B
PowerShell
Describe "MongoDB" {
|
|
It "<ToolName>" -TestCases @(
|
|
@{ ToolName = "mongo" }
|
|
@{ ToolName = "mongod" }
|
|
) {
|
|
"$ToolName --version" | Should -ReturnZeroExitCode
|
|
}
|
|
} |