diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 59d726c5e..e881bd8a0 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -61,4 +61,12 @@ jobs: # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest -C ${{env.BUILD_TYPE}} + + - name: Test Report ${{ matrix.config.name }} + uses: dorny/test-reporter@v1 + if: success() || failure() # run this step even if previous step failed + with: + name: Test report ${{ matrix.config.name }} # Name of the check run which will be created + path: ./build/test_results/*.xml # Path to test results + reporter: java-junit # Format of test results