|
@@ -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
|