chore: update test report publishing step in CI configuration
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m53s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m44s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 2m43s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m4s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m21s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m50s

This commit is contained in:
2025-10-16 08:39:32 -04:00
parent c020b350f0
commit 9ff2158061

View File

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