Skip to content

Commit

Permalink
Fix pmd report upload ?
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpaxton committed Nov 11, 2024
1 parent 860e7b5 commit 0ae99e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -613,13 +613,15 @@ jobs:
- name: PMD RocksDBJava
run: make V=1 J=8 -j8 jpmd
- uses: actions/[email protected]
if: failure()
with:
name: pmd-report
path: "${{ github.workspace }}/java/target/pmd.xml"
path: java/target/pmd.xml
- uses: actions/[email protected]
if: failure()
with:
name: maven-site
path: "${{ github.workspace }}/java/target/site"
path: java/target/site
build-linux-arm:
if: ${{ github.repository_owner == 'facebook' }}
runs-on:
Expand Down

0 comments on commit 0ae99e8

Please sign in to comment.