diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 1005bc3..03a945c 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -257,17 +257,6 @@ jobs: bin/pcov.sh composer run tests:unit:coverage - - name: Publish Test Report - uses: mikepenz/action-junit-report@v5 - env: - NODE_TLS_REJECT_UNAUTHORIZED: 0 - if: success() || failure() # always run even if the previous step fails - with: - include_passed: true - comment: true - skip_annotations: false - report_paths: 'tests/reports/junit.xml' - # - name: 📦 Publish Build Artifacts # env: # NODE_TLS_REJECT_UNAUTHORIZED: 0