diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index f61eaf8..e8ead2e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Build and Run Tests + - name: Build and Run Tests with JUnit Report run: | mkdir build cd build @@ -35,3 +35,4 @@ jobs: name: GTest Results path: build/gtest-report.xml reporter: junit + fail_on_error: false