Skip to content

Commit 86d7be1

Browse files
committed
fdg
1 parent ed93eea commit 86d7be1

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)