Skip to content

Commit

Permalink
Update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Oct 17, 2024
1 parent 0e8b584 commit 24d7bce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '11'

- name: Run Unit tests and generate report
run: mvn -B clean test jacoco:report --file pom.xml --file README.md --file LICENSE
env:
TOKEN_ISSUER: "https://mykeycloak.server.org/auth/realms/my-test-realm"

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 24d7bce

Please sign in to comment.