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