Fix GitHub Workflow

This commit is contained in:
Lukas Aldershaab 2023-04-08 00:57:03 +02:00
parent be4f3e7f1b
commit 9572a3b5e4
2 changed files with 72 additions and 73 deletions

View file

@ -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

View file

@ -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: