Skip to content

Commit f5c6fca

Browse files
committed
disable push test results
1 parent b5154e3 commit f5c6fca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/core.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
# files: ./coverage.info
5656
# fail_ci_if_error: true
5757

58-
- name: Publish Core Test Results
59-
if: always()
60-
uses: EnricoMi/publish-unit-test-result-action@v1
61-
with:
62-
check_name: Core Test Results
63-
files: core-tests/test-result.xml
58+
# - name: Publish Core Test Results
59+
# if: always()
60+
# uses: EnricoMi/publish-unit-test-result-action@v1
61+
# with:
62+
# check_name: Core Test Results
63+
# files: core-tests/test-result.xml

0 commit comments

Comments
 (0)