GitHub Actions workflow to enable a simple CI pipeline for a java web app with maven and junit
In this post we will discuss how to create a simple continuous integration pipeline for code uploaded on github and understand the simplicity with which we can build the same. We will take a java web app, modify pom.xml and then build, test and upload package using Github actions. What are...