ConstantineK / sqlshell

Lightweight TSQL PowerShell Module
GNU General Public License v2.0
3 stars 1 forks source link

Getting pester tests to run successfully with PowerShell Core, MSSQL, Ansible, Docker, Whatever #1

Open ConstantineK opened 6 years ago

ConstantineK commented 6 years ago

Building out a simple CI that does not depend on third party services - while this is super nice its slow and has its own problems when you continue to expand your usage of their features (which are awesome) when you want to extend or move beyond their platform.

I propose we have a build/ folder which contains that code, some plain text configuration and installation stuff, and we build it out from there, any objections?

ConstantineK commented 6 years ago

Building out the docker image going well but its likely the next release of ps core might be the sweet spot for something we can start using.