mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
replace path
path fix
This commit is contained in:
parent
afaf228d05
commit
cbf7b3a479
4
.github/workflows/build-linux-gcc.yml
vendored
4
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/build-macos-clang.yml
vendored
4
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/build-windows-msvc.yml
vendored
4
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue