diff --git a/.github/workflows/build-linux-gcc.yml b/.github/workflows/build-linux-gcc.yml index c10f79147..2c2a9ccdd 100644 --- a/.github/workflows/build-linux-gcc.yml +++ b/.github/workflows/build-linux-gcc.yml @@ -90,6 +90,7 @@ jobs: uses: phoenix-actions/test-reporting@v12 if: success() || failure() # run this step even if previous step failed with: + artifact: torque3dLinuxGCCUnitTest name: Build Tests - path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml + path: '**/My Projects/Torque3D/game/test_detail.xml' 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 f9a2c3340..1cf57f348 100644 --- a/.github/workflows/build-macos-clang.yml +++ b/.github/workflows/build-macos-clang.yml @@ -71,6 +71,7 @@ jobs: uses: phoenix-actions/test-reporting@v12 if: success() || failure() # run this step even if previous step failed with: + artifact: torque3dMacOSXCLANGUnitTest name: Build Tests - path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml + path: '**/My Projects/Torque3D/game/test_detail.xml' 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 9a3168212..bda4f3fae 100644 --- a/.github/workflows/build-windows-msvc.yml +++ b/.github/workflows/build-windows-msvc.yml @@ -67,6 +67,7 @@ jobs: uses: phoenix-actions/test-reporting@v12 if: success() || failure() # run this step even if previous step failed with: + artifact: torque3dWindowsMSVCUnitTest name: Build Tests - path: ${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml + path: '**/My Projects/Torque3D/game/test_detail.xml' reporter: java-junit