|
@@ -18,13 +18,13 @@ jobs:
|
|
|
config:
|
|
|
- {
|
|
|
name: "Mac Test Results",
|
|
|
- runos: macos-latest,
|
|
|
+ runos: macos-13,
|
|
|
artifact-name: "torque3dMacOSXCLANGUnitTest"
|
|
|
}
|
|
|
|
|
|
steps:
|
|
|
- name: Download Mac Test Report
|
|
|
- uses: dawidd6/action-download-artifact@v2
|
|
|
+ uses: dawidd6/action-download-artifact@v3
|
|
|
with:
|
|
|
path: macOS
|
|
|
name: ${{matrix.config.artifact-name}}
|
|
@@ -32,10 +32,8 @@ jobs:
|
|
|
run_id: ${{ github.event.workflow_run.id }}
|
|
|
|
|
|
- name: Test Reporter
|
|
|
- uses: phoenix-actions/test-reporting@v12
|
|
|
+ uses: phoenix-actions/test-reporting@v14
|
|
|
with:
|
|
|
- artifact: ${{matrix.config.artifact-name}}
|
|
|
name: ${{matrix.config.name}}
|
|
|
- path: "**/My Projects/Torque3D/game/test_detail.xml"
|
|
|
+ path: macOS/*.xml
|
|
|
reporter: java-junit
|
|
|
- output-to: 'checks'
|