mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update test-results.yml
This commit is contained in:
parent
60a9624093
commit
58dc21b8c1
4
.github/workflows/test-results.yml
vendored
4
.github/workflows/test-results.yml
vendored
|
|
@ -29,12 +29,12 @@ jobs:
|
||||||
name: "Mac Test Results",
|
name: "Mac Test Results",
|
||||||
artifact-name: "torque3dMacOSXCLANGUnitTest"
|
artifact-name: "torque3dMacOSXCLANGUnitTest"
|
||||||
}
|
}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Test Reporter
|
- name: Test Reporter
|
||||||
uses: phoenix-actions/test-reporting@v12
|
uses: phoenix-actions/test-reporting@v12
|
||||||
with:
|
with:
|
||||||
artifact: ${{matrix.artifact-name}}
|
artifact: ${{matrix.config.artifact-name}}
|
||||||
name: ${{matrix.config.name}}
|
name: ${{matrix.config.name}}
|
||||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||||
reporter: java-junit
|
reporter: java-junit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue