Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFaustLZ committed Mar 1, 2024
2 parents 5b8ba79 + 8a52295 commit b975c94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'

- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
Expand All @@ -38,3 +40,9 @@ jobs:
MOCA_PORT: ${{ secrets.MOCA_PORT }}
MOCA_USER: ${{ secrets.MOCA_USER }}
MOCA_PASS: ${{ secrets.MOCA_PASS }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: labelzoom/labelzoom-moca-client-java

0 comments on commit b975c94

Please sign in to comment.