From c020b350f0d5b6c71628cc9c4c2ff69d53dd5210 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Wed, 15 Oct 2025 21:55:46 -0400 Subject: [PATCH] chore: update test report publishing step in CI configuration --- .gitea/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index b270eaa..1005bc3 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -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