mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Fix GitHub Workflow
This commit is contained in:
parent
be4f3e7f1b
commit
9572a3b5e4
2 changed files with 72 additions and 73 deletions
|
|
@ -11,3 +11,8 @@ insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
|
[*.{yaml,yml}]
|
||||||
|
tab_width = 2
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
|
||||||
8
.github/workflows/cmake.yml
vendored
8
.github/workflows/cmake.yml
vendored
|
|
@ -74,17 +74,11 @@ jobs:
|
||||||
path: '${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml'
|
path: '${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml'
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
- name: Publish Test Report
|
|
||||||
uses: mikepenz/action-junit-report@v3
|
|
||||||
if: success() || failure() # always run even if the previous step fails
|
|
||||||
with:
|
|
||||||
report_paths: '${{github.workspace}}/My Projects/Torque3D/game/test_detail.xml'
|
|
||||||
|
|
||||||
---
|
---
|
||||||
name: Report Test Results
|
name: Report Test Results
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: [CMake]
|
workflows: [ "CMake" ]
|
||||||
types: [ completed ]
|
types: [ completed ]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue