-
Sub-task
-
Resolution: Done
-
Normal
-
None
-
None
Every time a PR is created, automatic validations run and pass before merge is possible.
The following list may not be exhaustive:
- Code should build.
- All tests should pass.
- Linting (if appropriate) should pass.
Acceptance criteria:
- PRs cannot be merged unless the checks pass.
- When the checks pass, the code is buildable, tested and deployable.
- stretch:
- Stretch:./mvn clean verify (or another appropriate target) should be successful to ensure that the artifact is deployable on maven central. Pre-requisite:
-
- https://issues.redhat.com/browse/RHCLOUD-33052 - so if we dont have the email in time, we can create a seperate task for the verify action
PR for building and running tests: https://github.com/project-kessel/relations-client-java/pull/19
PR for linting: https://github.com/project-kessel/relations-client-java/pull/18