diff --git a/.github/workflows/build-linux-gcc.yml b/.github/workflows/build-linux-gcc.yml index 1cb2258be..c10f79147 100644 --- a/.github/workflows/build-linux-gcc.yml +++ b/.github/workflows/build-linux-gcc.yml @@ -87,9 +87,9 @@ jobs: name: torque3dLinuxGCCUnitTest - name: Test Reporter - uses: dorny/test-reporter@v1.6.0 + uses: phoenix-actions/test-reporting@v12 if: success() || failure() # run this step even if previous step failed with: - name: JEST Tests + name: Build Tests path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml - reporter: jest-junit \ No newline at end of file + reporter: java-junit \ No newline at end of file diff --git a/.github/workflows/build-macos-clang.yml b/.github/workflows/build-macos-clang.yml index dc1e7eebb..f9a2c3340 100644 --- a/.github/workflows/build-macos-clang.yml +++ b/.github/workflows/build-macos-clang.yml @@ -68,9 +68,9 @@ jobs: name: torque3dMacOSXCLANGUnitTest - name: Test Reporter - uses: dorny/test-reporter@v1.6.0 + uses: phoenix-actions/test-reporting@v12 if: success() || failure() # run this step even if previous step failed with: - name: JEST Tests + name: Build Tests path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml - reporter: jest-junit \ No newline at end of file + reporter: java-junit \ No newline at end of file diff --git a/.github/workflows/build-windows-msvc.yml b/.github/workflows/build-windows-msvc.yml index 701b80aa1..9a3168212 100644 --- a/.github/workflows/build-windows-msvc.yml +++ b/.github/workflows/build-windows-msvc.yml @@ -64,9 +64,9 @@ jobs: name: torque3dWindowsMSVCUnitTest - name: Test Reporter - uses: dorny/test-reporter@v1.6.0 + uses: phoenix-actions/test-reporting@v12 if: success() || failure() # run this step even if previous step failed with: - name: JEST Tests + name: Build Tests path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml - reporter: jest-junit + reporter: java-junit