Azure / sql-action

🚀 Deploy changes to your SQL database easily with SQL projects or SQL scripts and sql-action for GitHub workflows
MIT License
100 stars 57 forks source link

Add support for MacOS runners #110

Open zijchen opened 2 years ago

zijchen commented 2 years ago

MacOS support was added in June 2022. GitHub actions should also support MacOS as dotnet, sqlpackage, and sqlcmd are all supported on Mac.

github-actions[bot] commented 2 years ago

This issue is idle because it has been open for 14 days with no activity.

zijchen commented 2 years ago

It doesn't look like sqlpackage is in the list of pre-installed software on MacOS runners

@dzsquared @chlafreniere We can either request sqlpackage to be added to that list or we can download it at runtime like we do with go-sqlcmd. Thoughts?

github-actions[bot] commented 2 years ago

This issue is idle because it has been open for 14 days with no activity.