azure-pipelines-tasks-terraform
azure-pipelines-tasks-terraform copied to clipboard
Improve build pipeline
Currently the whole pipeline is running in Azure Devops. This allows integration testing of the tasks. However, this means that Pull Requests do not run even the unit tests, making contributions hard to do since we can't tell if they work without accepting them. We've already had a case where a PR was accepted only to be rolled back because it broke all the tests.
Move at least the unit test part to GitHub under actions.