Build and test on each push #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "build-and-test-on-gitea-push"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds an indicator to every commit and pull request that shows if every test passes.
Uses Maven Wrapper instead of relying on a system wide available
mvn
command. This ensures a stable build environment with a set version of Maven.