Skip to content

Commit

Permalink
Try fix reports
Browse files Browse the repository at this point in the history
  • Loading branch information
vvromanov committed Dec 2, 2024
1 parent 3901089 commit bcf9629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,4 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
${{github.workspace}}/build/test_report.xml
${{github.workspace}}/build/**/report_*.xml
files: ${{github.workspace}}/build/test_report*.xml
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_20)

add_test(
NAME ${TARGET}
COMMAND ${TARGET} --gtest_output=xml:report_${TARGET}.xml
COMMAND ${TARGET} --gtest_output=xml:../test_report_${TARGET}.xml
)
if (NOT ${STANDALONE_BUILD})
add_dependencies(check ${TARGET})
Expand Down

0 comments on commit bcf9629

Please sign in to comment.