Closed zrock-dev closed 4 months ago
CI/CD Automatization to run Gradle build and test tasks. Then when a PR is merged to develop produce a JAR artifact.
I've created two .yml files implementing GitHub Actions
Created workflow files to ensure the health of the repository.
check-pull-request runs Gradle: test and build tasks. To ensure a PR is healthy.
check-push is triggered on push and has the same jobs as check-pull-request, but at the end it'll publish a JAR artifact.
So that we can have a metric for the health of the PR and distribute JAR versions of the library.
Put an x in all the boxes that apply:
x
@fabianromeroclaros We already had it two of these files in this PR 8 so I am closing the old one.
No US related
Description
CI/CD Automatization to run Gradle build and test tasks. Then when a PR is merged to develop produce a JAR artifact.
What did I do?
I've created two .yml files implementing GitHub Actions
How did I do it?
Created workflow files to ensure the health of the repository.
check-pull-request runs Gradle: test and build tasks. To ensure a PR is healthy.
check-push is triggered on push and has the same jobs as check-pull-request, but at the end it'll publish a JAR artifact.
Why did I do it?
So that we can have a metric for the health of the PR and distribute JAR versions of the library.
Type of Change
Put an
x
in all the boxes that apply:Pull Request Checklist
Put an
x
in all the boxes that apply: