We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0735861 commit fd4ef79Copy full SHA for fd4ef79
.github/workflows/maven.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build with Maven
32
run: ./mvnw clean install -B -U -Pspring -Dmaven.test.redirectTestOutputToFile=true
33
- name: Publish Test Report
34
- uses: mikepenz/action-junit-report@v5
+ uses: mikepenz/action-junit-report@v6
35
if: always() # always run even if the previous step fails
36
with:
37
report_paths: '**/surefire-reports/TEST-*.xml'
0 commit comments