mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
chore: Disable posting test results
This commit is contained in:
21
.github/workflows/tests.yml
vendored
21
.github/workflows/tests.yml
vendored
@@ -70,24 +70,3 @@ jobs:
|
||||
--report { type: junit, path: test-report.xml }
|
||||
--returns summary | to json | save --force test-summary.json
|
||||
)
|
||||
|
||||
- name: Publish Test Results
|
||||
uses: EnricoMi/publish-unit-test-result-action@v2
|
||||
if: runner.os == 'Linux' && always()
|
||||
with:
|
||||
comment_mode: off
|
||||
files: test-report.xml
|
||||
|
||||
- name: Publish Test Results
|
||||
uses: EnricoMi/publish-unit-test-result-action/macos@v2
|
||||
if: runner.os == 'macOS' && always()
|
||||
with:
|
||||
comment_mode: off
|
||||
files: test-report.xml
|
||||
|
||||
- name: Publish Test Results
|
||||
uses: EnricoMi/publish-unit-test-result-action/windows@v2
|
||||
if: runner.os == 'Windows' && always()
|
||||
with:
|
||||
comment_mode: off
|
||||
files: test-report.xml
|
||||
|
||||
Reference in New Issue
Block a user