1
0
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:
hustcer
2025-02-16 13:26:35 +08:00
parent 1260c388b9
commit 55a5d76958

View File

@@ -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