Skip to content

Commit

Permalink
Add actions for maven builds
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Sep 20, 2023
1 parent 323eb03 commit cadb820
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions actions/java-maven-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,3 @@ runs:
run: mvn ${{ inputs.command }}
shell: bash
working-directory: ${{ inputs.working-directory }}

- name: Report test results
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: |
**/target/test-results/test/TEST-*.xml
**/target/surefire-reports/TEST-*.xml
**/target/failsafe-reports/TEST-*.xml

0 comments on commit cadb820

Please sign in to comment.