Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup GitHub Actions to handle testing PRs and conducting snapshot deployments #8

Closed
dbwiddis opened this issue Apr 30, 2021 · 1 comment · Fixed by #9
Closed

Setup GitHub Actions to handle testing PRs and conducting snapshot deployments #8

dbwiddis opened this issue Apr 30, 2021 · 1 comment · Fixed by #9

Comments

@dbwiddis
Copy link
Contributor

Checking whether PRs break tests is currently done manually. GitHub Actions are easy to set up, very capable, and helpful to automate testing and other things. You could easily:

  • Run unit tests on every push to a PR or merge to the main branch (and test across multiple JDK versions)
  • Deploy SNAPSHOT versions on every merge to the main branch
  • Send your code to static analysis tools like Coverity and Sonarcloud

Happy to submit a PR to get you started on this if you'd like.

@cegredev
Copy link
Owner

I've been wanting to do this, but didn't get around to it yet, so yes, I would absolutely love some of your help! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants