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
f1b3c1a940
commit
60a9624093
9
.github/workflows/test-results.yml
vendored
9
.github/workflows/test-results.yml
vendored
|
|
@ -10,6 +10,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
checks:
|
||||
name: ${{matrix.config.name}}
|
||||
runs-on: ${{matrix.config.runos}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -29,9 +30,11 @@ jobs:
|
|||
artifact-name: "torque3dMacOSXCLANGUnitTest"
|
||||
}
|
||||
steps:
|
||||
- name: Publish ${{matrix.config.name}}
|
||||
uses: ./.github/actions/test-results
|
||||
- name: Test Reporter
|
||||
uses: phoenix-actions/test-reporting@v12
|
||||
with:
|
||||
artifact-name: ${{matrix.config.artifact-name}}
|
||||
artifact: ${{matrix.artifact-name}}
|
||||
name: ${{matrix.config.name}}
|
||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue