mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
test report
-check to see if emojis are messing with triggering the test reporters -remove success spam from unit test output
This commit is contained in:
parent
a83be9f6dd
commit
434c7f7ea2
5 changed files with 8 additions and 5 deletions
2
.github/workflows/build-linux-gcc.yml
vendored
2
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Linux Build 🐧
|
||||
name: Linux Build
|
||||
on:
|
||||
push:
|
||||
branches: [development]
|
||||
|
|
|
|||
2
.github/workflows/build-macos-clang.yml
vendored
2
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: MacOSX Build 🍎
|
||||
name: MacOSX Build
|
||||
on:
|
||||
push:
|
||||
branches: [development]
|
||||
|
|
|
|||
2
.github/workflows/build-windows-msvc.yml
vendored
2
.github/workflows/build-windows-msvc.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Windows Build 🟥🟩🟦🟨
|
||||
name: Windows Build
|
||||
on:
|
||||
push:
|
||||
branches: [development]
|
||||
|
|
|
|||
2
.github/workflows/test-results.yml
vendored
2
.github/workflows/test-results.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Report Test Results
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [Windows Build 🟥🟩🟦🟨, Linux Build 🐧, MacOSX Build 🍎]
|
||||
workflows: [Windows Build, Linux Build, MacOSX Build]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue