Selaa lähdekoodia

replace path

path fix
marauder2k7 1 vuosi sitten
vanhempi
commit
cbf7b3a479

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

@@ -87,6 +87,6 @@ jobs:
             - name: Test Reporter
               uses: phoenix-actions/test-reporting@v14
               with:
-                name: ${{matrix.config.name}}
-                path: "**/My Projects/Torque3D/game/test_detail.xml"
+                name: Linux test results
+                path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
                 reporter: java-junit

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

@@ -68,6 +68,6 @@ jobs:
             - name: Test Reporter
               uses: phoenix-actions/test-reporting@v14
               with:
-                name: ${{matrix.config.name}}
-                path: "**/My Projects/Torque3D/game/test_detail.xml"
+                name: MacOS Test results
+                path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
                 reporter: java-junit

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

@@ -64,6 +64,6 @@ jobs:
             - name: Test Reporter
               uses: phoenix-actions/test-reporting@v14
               with:
-                name: ${{matrix.config.name}}
-                path: "**/My Projects/Torque3D/game/test_detail.xml"
+                name: Windows test results
+                path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
                 reporter: java-junit