goxr3plus / XR3Player

🎧 🎼 The MOST ADVANCED JavaFX Media Player
https://xr3player.netlify.com/
GNU Lesser General Public License v3.0
725 stars 176 forks source link

Would GitHub Actions be of any interest? #89

Open HelgeStenstrom opened 1 year ago

HelgeStenstrom commented 1 year ago

From my understanding, the project can be built and unit tested in the GitHub environment, and Actions is what controls this. I think it would benefit the project to have automated unit tests being run when someone sends a pull request or similar.

Currently, I don't have any experience with this. My workplace project has a CI pipeline that uses Gerrit and Jenkins. This environment is different, but hopefully it can do similar things. If there is any interest, I'm willing to give it a try, to set up the flow. Even if it fails, I can hopefully learn something.