Update test-results.yml

This commit is contained in:
marauder2k7 2023-07-26 17:01:23 +01:00
parent f1b3c1a940
commit 60a9624093

View file

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