Lombiq / GitHub-Actions

Reusable GitHub Actions workflows and actions used in Lombiq project, mostly with Orchard Core.
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

Detect if Azurite or SQL Server is already installed for custom runner image compatibility (OSOE-422) #84

Open BenedekFarkas opened 2 years ago

BenedekFarkas commented 2 years ago

In the setup-azurite and setup-sql-server actions, detect if the setup is indeed necessary, or Azurite/SQL Server is already installed. Don't install in that case, but still start the services as necessary.

Jira issue

Piedone commented 1 year ago

Related: https://github.com/Lombiq/GitHub-Actions/issues/273