Closed dhensby closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.25%. Comparing base (
af21197
) to head (9466826
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dhensby Would you mind resolving the conflicts with the latest changes that happened on master
?
@arthurschreiber done.
I had also wanted to replace lots of the repeated SQL Server installer code with the setup-sqlserver action, but I'm not sure it's an entirely 1-to-1 replacement
@dhensby It'd be great if setup-sqlserver
would also fetch the latest updates - otherwise sql server 2022 is broken (TDS protocol version 8 does not work correctly).
@arthurschreiber - working on it: https://github.com/tediousjs/setup-sqlserver/pull/45
I never quite understood why this didn't work out of the box. The installer has an option (UpdateEnabled
) which defaults to true, and the default update source is MU
(= Microsoft Update). 🤷
I stopped trying to understand the SQL installer a long time ago! 😬
@arthurschreiber looks like it's working, one of the tests hit a timeout and needs restarting
🎉 we are green
:tada: This PR is included in version 18.4.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket: