فهرست منبع

test reporter

WORK DAMN YOU
marauder2k7 2 سال پیش
والد
کامیت
185c29001b
3فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 2 1
      .github/workflows/build-linux-gcc.yml
  2. 2 1
      .github/workflows/build-macos-clang.yml
  3. 2 1
      .github/workflows/build-windows-msvc.yml

+ 2 - 1
.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 

+ 2 - 1
.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 

+ 2 - 1
.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