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
|
- name: Test Reporter
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.config.name}}
|
name: Linux test results
|
||||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
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
|
- name: Test Reporter
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.config.name}}
|
name: MacOS Test results
|
||||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
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
|
- name: Test Reporter
|
||||||
uses: phoenix-actions/test-reporting@v14
|
uses: phoenix-actions/test-reporting@v14
|
||||||
with:
|
with:
|
||||||
name: ${{matrix.config.name}}
|
name: Windows test results
|
||||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
path: "${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue