2
0
Эх сурвалжийг харах

test reporter

mmmsdmfsmdfsd
marauder2k7 2 жил өмнө
parent
commit
fc2e92e72a

+ 1 - 1
.github/workflows/build-linux-gcc.yml

@@ -92,5 +92,5 @@ jobs:
               with:
                 artifact: torque3dLinuxGCCUnitTest
                 name: Build Tests
-                path: '**/My Projects/Torque3D/game/test_detail.xml'
+                path: /My Projects/Torque3D/game/test_detail.xml
                 reporter: java-junit 

+ 1 - 2
.github/workflows/build-macos-clang.yml

@@ -71,7 +71,6 @@ 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: '**/My Projects/Torque3D/game/test_detail.xml'
+                path: /My Projects/Torque3D/game/test_detail.xml
                 reporter: java-junit 

+ 1 - 2
.github/workflows/build-windows-msvc.yml

@@ -67,7 +67,6 @@ 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: '**/My Projects/Torque3D/game/test_detail.xml'
+                path: /My Projects/Torque3D/game/test_detail.xml
                 reporter: java-junit