- apply codeQL rule

- enable comment on PR with test result
This commit is contained in:
Mike Penz
2025-07-13 15:25:50 +02:00
parent 6d3b9cdba9
commit 0f359e3526
2 changed files with 5 additions and 6 deletions
+2
View File
@@ -37,6 +37,8 @@ jobs:
if: success() || failure() # always run even if the previous step fails
with:
report_paths: 'junit.xml'
comment: true
detailed_summary: true
test:
if: github.event_name == 'pull_request'