Skip to content

Commit

Permalink
moved as report is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp committed Nov 2, 2023
1 parent 3350d7d commit dcc349a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: Run PMD
run: mvn pmd:check

- name: Report
uses: dorny/test-reporter@v1
if: always()
Expand All @@ -38,5 +35,8 @@ jobs:
reporter: java-junit
fail-on-error: true

- name: Run PMD
run: mvn pmd:check

- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit dcc349a

Please sign in to comment.