Hi All, At the moment, when there is a new PR, we always have to build locally to make sure the new PR doesn't introduce any regression issues. However, with Github Actions we can automate this effort with zero cost. I have written a Github workflow to automatically build new PRs to check its validity. Current Github workflow only runs on latest-ubuntu with Java 8. However, we can further improve it as we move forward. Please, find the PR for this improvement in link [1]. Once merged it will look like in the below image.
[image: image.png] [1] https://github.com/apache/synapse/pull/25 Thanks Shafreen