|
@@ -1,7 +1,7 @@
|
|
name: Report Test Results
|
|
name: Report Test Results
|
|
on:
|
|
on:
|
|
workflow_run:
|
|
workflow_run:
|
|
- workflows: ["Windows Build", "Linux Build", "MacOSX Build"]
|
|
|
|
|
|
+ workflows: ["Linux Build"]
|
|
types:
|
|
types:
|
|
- completed
|
|
- completed
|
|
|
|
|
|
@@ -16,21 +16,11 @@ jobs:
|
|
fail-fast: false
|
|
fail-fast: false
|
|
matrix:
|
|
matrix:
|
|
config:
|
|
config:
|
|
- - {
|
|
|
|
- name: "Windows Test Results",
|
|
|
|
- runos: windows-latest,
|
|
|
|
- artifact-name: "torque3dLinuxGCCUnitTest"
|
|
|
|
- }
|
|
|
|
- {
|
|
- {
|
|
name: "Linux Test Results",
|
|
name: "Linux Test Results",
|
|
runos: ubuntu-latest,
|
|
runos: ubuntu-latest,
|
|
artifact-name: "torque3dLinuxGCCUnitTest"
|
|
artifact-name: "torque3dLinuxGCCUnitTest"
|
|
}
|
|
}
|
|
- - {
|
|
|
|
- name: "Mac Test Results",
|
|
|
|
- runos: macos-latest,
|
|
|
|
- artifact-name: "torque3dMacOSXCLANGUnitTest"
|
|
|
|
- }
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- name: Test Reporter
|
|
- name: Test Reporter
|