Skip to content

Commit

Permalink
fixed pmd path
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp authored Dec 17, 2023
1 parent e1d9dc0 commit 7abf93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Report PMD
uses: jwgmeligmeyling/pmd-github-action@master
with:
path: "target/pmd.xml"
path: "**/target/pmd.xml"
title: PMD Result

deploy:
Expand Down

0 comments on commit 7abf93e

Please sign in to comment.