Azure / sql-action

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

job summary and buildonly option #237

Open dzsquared opened 3 months ago

dzsquared commented 3 months ago

This PR adds an (optional) job summary output whenever a project build is run that displays lists of errors and warnings.

New options for the action:

By adding BuildOnly, the connection string parameter is no longer strictly required in all scenarios.

before or with skip-job-summary set to true: image

action with SQL project file successfully building: image

action with SQL project file failing during build: image