replace path

path fix
This commit is contained in:
marauder2k7 2024-05-14 02:48:28 +01:00
parent afaf228d05
commit cbf7b3a479
3 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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