Skip to content

Commit 248cd61

Browse files
committed
add check name for EnricoMI test report
1 parent 9acb4dd commit 248cd61

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ jobs:
340340
if: ${{ inputs.macos_publish_test_results && always() }}
341341
with:
342342
comment_mode: off
343+
check_name: "EnricoMI Test Results: ${{ github.action }}"
343344
files: ${{ inputs.macos_publish_test_results_files }}
344345
report_individual_runs: true
345346
action_fail: true
@@ -394,6 +395,7 @@ jobs:
394395
if: ${{ inputs.ios_publish_test_results && always() }}
395396
with:
396397
comment_mode: off
398+
check_name: "EnricoMI Test Results: ${{ github.action }}"
397399
files: ${{ inputs.ios_publish_test_results_files }}
398400
report_individual_runs: true
399401
action_fail: true
@@ -491,6 +493,7 @@ jobs:
491493
if: ${{ inputs.linux_publish_test_results && matrix.os_version != 'amazonlinux2 && always() }}
492494
with:
493495
comment_mode: off
496+
check_name: "EnricoMI Test Results: ${{ github.action }}"
494497
files: ${{ inputs.linux_publish_test_results_files }}
495498
report_individual_runs: true
496499
action_fail: true
@@ -587,6 +590,7 @@ jobs:
587590
if: ${{ inputs.linux_static_sdk_publish_test_results && matrix.os_version != 'amazonlinux2 && always() }}
588591
with:
589592
comment_mode: off
593+
check_name: "EnricoMI Test Results: ${{ github.action }}"
590594
files: ${{ inputs.linux_static_sdk_publish_test_results_files }}
591595
report_individual_runs: true
592596
action_fail: true
@@ -669,6 +673,7 @@ jobs:
669673
if: ${{ inputs.wasm_sdk_publish_test_results && matrix.os_version != 'amazonlinux2 && always() }}
670674
with:
671675
comment_mode: off
676+
check_name: "EnricoMI Test Results: ${{ github.action }}"
672677
files: ${{ inputs.wasm_sdk_publish_test_results_files }}
673678
report_individual_runs: true
674679
action_fail: true
@@ -751,6 +756,7 @@ jobs:
751756
if: ${{ inputs.wasm_sdk_publish_test_results && matrix.os_version != 'amazonlinux2 && always() }}
752757
with:
753758
comment_mode: off
759+
check_name: "EnricoMI Test Results: ${{ github.action }}"
754760
files: ${{ inputs.wasm_sdk_publish_test_results_files }}
755761
report_individual_runs: true
756762
action_fail: true
@@ -820,6 +826,7 @@ jobs:
820826
if: ${{ inputs.android_sdk_publish_test_results && always() }}
821827
with:
822828
comment_mode: off
829+
check_name: "EnricoMI Test Results: ${{ github.action }}"
823830
files: ${{ inputs.android_sdk_publish_test_results_files }}
824831
report_individual_runs: true
825832
action_fail: true
@@ -978,6 +985,7 @@ jobs:
978985
if: ${{ inputs.windows_publish_test_results && always() }}
979986
with:
980987
comment_mode: off
988+
check_name: "EnricoMI Test Results: ${{ github.action }}"
981989
files: ${{ inputs.windows_publish_test_results_files }}
982990
report_individual_runs: true
983991
action_fail: true

0 commit comments

Comments
 (0)