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

This commit is contained in:
2025-10-15 21:51:29 -04:00
parent 498442d087
commit aefe68a050

View File

@@ -259,8 +259,11 @@ jobs:
- 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
report_paths: 'tests/reports/junit.xml'
# - name: 📦 Publish Build Artifacts