Skip to content

Commit

Permalink
Update workflow config - Add Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Oct 17, 2024
1 parent 84273cc commit 0b97371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '17'

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

Expand Down

0 comments on commit 0b97371

Please sign in to comment.