A working minimal example on how to use GitHub Actions for CI in a Java project.
This repository has a workflow that is triggered whenever code is pushed to the main
branch and checks whether the checked-in code passes the tests.
Click here for the example using Travis CI instead of GitHub Actions
- Fork this repository.
- Fix the
README.md
badges (replacing all occurrences ofjoaomlneto
with your GitHub username) and push the changes. - Verify if workflow executes and test pass, going to the Actions tab.
Mistakes? Questions? Suggestions? Open an Issue!