← 返回首页
GitHub - joaomlneto/github-ci-tutorial-java: An example on how to use GitHub Actions in a Java project · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

joaomlneto/github-ci-tutorial-java

Go to file
Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

More items

Tutorial: Java CI using GitHub Actions

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

How can I play with it myself?

  1. Fork this repository.
  2. Fix the README.md badges (replacing all occurrences of joaomlneto with your GitHub username) and push the changes.
  3. Verify if workflow executes and test pass, going to the Actions tab.

Contributing

Mistakes? Questions? Suggestions? Open an Issue!

Sponsor this project

 
Sponsor

Contributors

Languages

Footer

© 2026 GitHub, Inc.