Skip to content

Commit

Permalink
Do not aggregate the PMD and CPD report
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenporras authored Nov 1, 2023
1 parent 70088cc commit 45eaf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: /home/runner/.m2/repository
key: ${{ runner.os }}-maven-0-${{ hashFiles('**/pom.xml') }}
- name: Build with Maven within a virtual X Server Environment
run: xvfb-run mvn clean verify checkstyle:check pmd:aggregate-pmd-check pmd:aggregate-cpd-check spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end
run: xvfb-run mvn clean verify checkstyle:check pmd:pmd pmd:cpd spotbugs:check -f ./ddk-parent/pom.xml --batch-mode --fail-at-end
- name: Archive Tycho Surefire Plugin
if: ${{ failure() }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 45eaf1d

Please sign in to comment.