Browse Source

Update test-results.yml

marauder2k7 2 years ago
parent
commit
60a9624093
1 changed files with 6 additions and 3 deletions
  1. 6 3
      .github/workflows/test-results.yml

+ 6 - 3
.github/workflows/test-results.yml

@@ -10,6 +10,7 @@ permissions:
 
 jobs:
   checks:
+    name: ${{matrix.config.name}}
     runs-on: ${{matrix.config.runos}}
     strategy:
         fail-fast: false
@@ -29,9 +30,11 @@ jobs:
                 artifact-name: "torque3dMacOSXCLANGUnitTest"
             }
     steps:
-      - name: Publish ${{matrix.config.name}}
-        uses: ./.github/actions/test-results
+      - name: Test Reporter
+        uses: phoenix-actions/test-reporting@v12
         with:
-          artifact-name: ${{matrix.config.artifact-name}}
+          artifact: ${{matrix.artifact-name}}
           name: ${{matrix.config.name}}
+          path: "**/My Projects/Torque3D/game/test_detail.xml"
+          reporter: java-junit