File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 path : test-results/*.trx
9494 retention-days : 7
9595
96- - name : Publish Test Results
97- if : always()
98- uses : EnricoMi/publish-unit-test-result-action/composite@v2
99- with :
100- files : test-results/**/*.trx
101- check_name : Integration Tests (${{ matrix.os }})
102- comment_mode : off
103- check_run : false
104-
10596 summary :
10697 name : Aggregate
10798 runs-on : ubuntu-24.04
@@ -150,6 +141,7 @@ jobs:
150141 (.className?|= ((. // "") | sub($strip; ""))) |
151142 (.filePath = $os)
152143 )
144+ JQ
153145
154146 echo "Converted & normalized $trx -> $out"
155147 conv=$((conv+1))
@@ -227,19 +219,5 @@ jobs:
227219 # env:
228220 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
229221
230- - name : Publish Test Results
231- uses : EnricoMi/publish-unit-test-result-action@v2
232- with :
233- files : " test-results/**/*.trx"
234- check_name : " Integration Tests Combined"
235- comment_mode : always
236- check_run : true
237- check_run_annotations : all tests
238- check_run_annotations_branch : " *"
239- report_individual_runs : true
240- test_file_prefix : " +src/"
241- report_suite_logs : any
242- fail_on : test failures
243-
244222 - name : Summary
245223 run : echo "All matrix test jobs completed."
You can’t perform that action at this time.
0 commit comments