Skip to content

Commit

Permalink
rename to Test results
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp committed Nov 2, 2023
1 parent 4b9980c commit 3350d7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ 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()
with:
name: Maven Tests
name: Test results
path: target/surefire-reports/*.xml
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 3350d7d

Please sign in to comment.