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

Java Build Workflow - Tested and Working #52

Merged
merged 10 commits into from
Jan 10, 2025

Conversation

jeshernandez
Copy link
Contributor

@jeshernandez jeshernandez commented Jan 9, 2025

  1. This PR includes a working java build trigger when a PR is created. This starts a Java maven build mvn package build which then executes unit test, pom maven download, etc. This only executes when pom or java files are modified. Otherewise it is ignored.
    a. Promotes better code quality.
    b. Promotes unit test execution (future unit code test coverage can be implemented).
    c. Provides manual Action execution as well as automated based on PR creation.

Screenshot 2025-01-09 at 3 43 00 PM

Screenshot 2025-01-09 at 3 45 06 PM

@jamespilgrim
Copy link
Owner

This is so cool! I'm a little behind in getting pull requests verified and committed. Hopefully soon... Haven't even checked in the club-strike work I did the other day. :/

@jamespilgrim jamespilgrim merged commit 1e215ef into jamespilgrim:main Jan 10, 2025
3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants