From e1ba9413c657fe386c8d91494cc7fefccc09140a Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Wed, 28 Jan 2026 15:20:01 +0100 Subject: [PATCH] report test --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2a40b4c..56864d6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -53,6 +53,6 @@ jobs: - name: Unit Tests Report uses: dorny/test-reporter@v2 with: - name: Tests (${{ matrix.build_type }}, unity_build=${{ matrix.unity_build }}) + name: "Unit Tests Report (${{ matrix.build_type }}, unity_build=${{ matrix.unity_build }})" path: build/${{ matrix.build_type }}/TestResults/*.xml reporter: java-junit \ No newline at end of file