Skip to content

Commit d09b45c

Browse files
committed
Update actions settings.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent f21d9e5 commit d09b45c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/maven.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
- name: Build with Maven
3232
run: ./mvnw -s .settings.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install -U -B -Psonar,spring,integration -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
3333
- name: Publish Test Report
34-
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'
38-
- name: Archive code coverage results
39-
uses: actions/upload-artifact@v4
40-
with:
41-
name: surefire-reports
42-
path: '**/surefire-reports/*'
34+
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'
38+
- name: Archive code coverage results
39+
uses: actions/upload-artifact@v4
40+
with:
41+
name: surefire-reports
42+
path: '**/surefire-reports/*'

0 commit comments

Comments
 (0)