File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,17 +93,14 @@ jobs:
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: always
103- # check_run: true
104- # check_run_annotations: all tests
105- # check_run_annotations_branch: "*"
106- # fail_on: test failures
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
107104
108105 # - name: Fail if tests failed (after publishing)
109106 # if: always()
@@ -135,7 +132,7 @@ jobs:
135132 uses : EnricoMi/publish-unit-test-result-action@v2
136133 with :
137134 files : " test-results/**/*.trx"
138- check_name : " Integration Tests"
135+ check_name : " Integration Tests Combined "
139136 comment_mode : always
140137 check_run : true
141138 check_run_annotations : all tests
You can’t perform that action at this time.
0 commit comments