You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use GitHub Secrets for MSSQL tests, drop service container
No need to spin up a local SQL Server container or install sqlcmd.
Connect directly to the real server using repository secrets:
MSSQL_TEST_HOST, MSSQL_TEST_PORT, MSSQL_TEST_DB,
MSSQL_TEST_USER, MSSQL_TEST_PASS
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments