فهرست منبع

replace path

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

+ 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