We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276b1cc commit 735399fCopy full SHA for 735399f
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build with Maven
26
run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
27
- name: Publish Test Report
28
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
29
if: always() # always run even if the previous step fails
30
with:
31
report_paths: '**/surefire-reports/TEST-*.xml'
0 commit comments