chore: update test report publishing step in CI configuration
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m41s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m31s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m43s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m54s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m42s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m24s

This commit is contained in:
2025-10-15 21:55:46 -04:00
parent aefe68a050
commit c020b350f0

View File

@@ -264,6 +264,8 @@ jobs:
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