We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9b1c6 commit 47148baCopy full SHA for 47148ba
.github/workflows/maven.yml
@@ -30,6 +30,15 @@ jobs:
30
- name: Build with Maven
31
run: mvn -B package --file pom.xml
32
33
+ - name: Report
34
+ uses: dorny/test-reporter@v1
35
+ if: always()
36
+ with:
37
+ name: Maven Tests
38
+ path: target/surefire-reports/*.xml
39
+ reporter: java-junit
40
+ fail-on-error: true
41
+
42
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
43
- name: Update dependency graph
44
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
0 commit comments