Skip to content

Commit

Permalink
Update code_coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
casaras1 authored Nov 19, 2024
1 parent 5b1e3b9 commit 938ee9f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/code_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
with:
java-version: '21'
distribution: 'zulu'

# settings.xml credentials for Nexus
- name: maven settings
uses: s4u/maven-settings-action@v3.1.0
with:
servers: '[{"id": "nexus-repo", "username": "${{ secrets.NEXUS_USER_DEMO }}", "password": "${{secrets.NEXUS_PASSWORD_DEMO}}" }]'

- name: IKMDEV Code Coverage
uses: ikmdev/maven-code-coverage-action@main
Expand Down

0 comments on commit 938ee9f

Please sign in to comment.