diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ae14ace..9f35aaf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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