View all files | ||||
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
Mistakes? Questions? Suggestions? Open an Issue!