mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 13:55:34 +00:00
Merge remote-tracking branch 'upstream/development' into development
This commit is contained in:
commit
325edf410d
9 changed files with 102 additions and 167 deletions
11
.github/workflows/test-results-linux.yml
vendored
11
.github/workflows/test-results-linux.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Report Test Results
|
||||
name: Linux Test Results
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Linux Build"]
|
||||
|
|
@ -21,6 +21,14 @@ jobs:
|
|||
runos: ubuntu-latest,
|
||||
artifact-name: "torque3dLinuxGCCUnitTest"
|
||||
}
|
||||
<<<<<<<< HEAD:.github/workflows/test-results.yml
|
||||
- {
|
||||
name: "Mac Test Results",
|
||||
runos: macos-latest,
|
||||
artifact-name: "torque3dMacOSXCLANGUnitTest"
|
||||
}
|
||||
========
|
||||
>>>>>>>> upstream/development:.github/workflows/test-results-linux.yml
|
||||
|
||||
steps:
|
||||
- name: Download Linux Test Report
|
||||
|
|
@ -38,3 +46,4 @@ jobs:
|
|||
name: ${{matrix.config.name}}
|
||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
output-to: 'checks'
|
||||
|
|
|
|||
3
.github/workflows/test-results-mac.yml
vendored
3
.github/workflows/test-results-mac.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Report Test Results
|
||||
name: Mac Test Results
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["MacOSX Build"]
|
||||
|
|
@ -38,3 +38,4 @@ jobs:
|
|||
name: ${{matrix.config.name}}
|
||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
output-to: 'checks'
|
||||
|
|
|
|||
3
.github/workflows/test-results-windows.yml
vendored
3
.github/workflows/test-results-windows.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Report Test Results
|
||||
name: Windows Test Results
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Windows Build"]
|
||||
|
|
@ -38,3 +38,4 @@ jobs:
|
|||
name: ${{matrix.config.name}}
|
||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
output-to: 'checks'
|
||||
|
|
|
|||
42
.github/workflows/test-results.yml
vendored
42
.github/workflows/test-results.yml
vendored
|
|
@ -1,42 +0,0 @@
|
|||
name: Report Test Results
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Windows Build", "Linux Build", "MacOSX Build"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
permissions:
|
||||
checks: write
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: ${{matrix.config.name}}
|
||||
runs-on: ${{matrix.config.runos}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- {
|
||||
name: "Windows Test Results",
|
||||
runos: windows-latest,
|
||||
artifact-name: "torque3dLinuxGCCUnitTest"
|
||||
}
|
||||
- {
|
||||
name: "Linux Test Results",
|
||||
runos: ubuntu-latest,
|
||||
artifact-name: "torque3dLinuxGCCUnitTest"
|
||||
}
|
||||
- {
|
||||
name: "Mac Test Results",
|
||||
runos: macos-latest,
|
||||
artifact-name: "torque3dMacOSXCLANGUnitTest"
|
||||
}
|
||||
|
||||
steps:
|
||||
- name: Test Reporter
|
||||
uses: phoenix-actions/test-reporting@v12
|
||||
with:
|
||||
artifact: ${{matrix.config.artifact-name}}
|
||||
name: ${{matrix.config.name}}
|
||||
path: "**/My Projects/Torque3D/game/test_detail.xml"
|
||||
reporter: java-junit
|
||||
Loading…
Add table
Add a link
Reference in a new issue