From 83f3db3410cdce1107c5e22d8bad53a071bf21c3 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Wed, 26 Jul 2023 11:11:41 +0100 Subject: [PATCH] update test reporter --- .github/workflows/build-linux-gcc.yml | 6 +++--- .github/workflows/build-macos-clang.yml | 6 +++--- .github/workflows/build-windows-msvc.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) 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