We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f49ce commit 6433980Copy full SHA for 6433980
.github/workflows/maven.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build with Maven
32
run: ./mvnw -s .settings.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install -U -P sonar -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
33
- name: Publish Test Report
34
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
35
if: always() # always run even if the previous step fails
36
with:
37
report_paths: '**/surefire-reports/TEST-*.xml'
0 commit comments