Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 7f4a58c

Browse files
authored
Merge branch 'main' into fix_sonar_issues
2 parents 7d825bf + 6ea0946 commit 7f4a58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
uses: scacap/action-surefire-report@4cbb611f23a9b5a030c73c2b32190a80983956ed #v1
7171
with:
7272
github_token: ${{secrets.GITHUB_TOKEN}}
73-
report_paths: '${{github.workspace}}/*reports/tests/**/TEST-*.xml'
73+
report_paths: '${{github.workspace}}/build/test-results/**/TEST-*.xml'
7474
commit: ${{github.event.workflow_run.head_sha}}
7575
check_name: Integration Test Report

0 commit comments

Comments
 (0)