mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
test results per platform
This commit is contained in:
parent
360aaf5787
commit
afd1326d9a
2
.github/workflows/test-results-linux.yml
vendored
2
.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"]
|
||||
|
|
|
|||
2
.github/workflows/test-results-mac.yml
vendored
2
.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"]
|
||||
|
|
|
|||
2
.github/workflows/test-results-windows.yml
vendored
2
.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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue