|
@@ -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
|
|
|
|