abbgrade / PsSqlClient

The PowerShell SQL Client module aims to replace to the SQL Server utilities SQLCMD and BCP
https://abbgrade.github.io/PsSqlClient/
MIT License
0 stars 1 forks source link

Test job fails on ubuntu #5

Open abbgrade opened 2 years ago

abbgrade commented 2 years ago

The test run on ubuntu failes with

... cannot be run because the following modules that are specified by the "#requires" statements of the script are missing: PSDocker

since #requires on linux seems to be case sensitive.

abbgrade commented 2 years ago

see https://github.com/abbgrade/PsSqlTestServer/issues/13