azure-pipelines-tasks-terraform icon indicating copy to clipboard operation
azure-pipelines-tasks-terraform copied to clipboard

Improve build pipeline

Open jason-johnson opened this issue 6 months ago • 0 comments

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.

jason-johnson avatar Aug 14 '24 05:08 jason-johnson