Add sqlcmd on Ubuntu Server 22.04 (#6127)

This commit is contained in:
Aleksandr Chebotov
2022-08-23 09:18:18 +02:00
committed by GitHub
parent 38a1faf55d
commit b0b00d426c
3 changed files with 3 additions and 4 deletions

View File

@@ -182,7 +182,7 @@ Describe "Mono" {
}
}
Describe "MSSQLCommandLineTools" -Skip:(Test-IsUbuntu22) {
Describe "MSSQLCommandLineTools" {
It "sqlcmd" {
"sqlcmd -?" | Should -ReturnZeroExitCode
}