Skip to content

Commit

Permalink
Added Publish to Maven Local check before build (#806) (#808)
Browse files Browse the repository at this point in the history
(cherry picked from commit c9e59ba)

Signed-off-by: owaiskazi19 <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent cbf384e commit 1824e4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./build/reports/jacoco/test/jacocoTestReport.xml
publish:
needs: [check]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish to Maven Local
run: ./gradlew publishToMavenLocal

0 comments on commit 1824e4f

Please sign in to comment.