From 9ff2158061d8666c3459d9e26d1c1ec32351339f Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Thu, 16 Oct 2025 08:39:32 -0400 Subject: [PATCH] chore: update test report publishing step in CI configuration --- .gitea/workflows/tests.yml | 11 ----------- 1 file changed, 11 deletions(-) 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