From b37ceed698bb38b8557a3b2d34d96cd02290af38 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Wed, 28 Jan 2026 15:03:52 +0100 Subject: [PATCH] fix report step --- .gitea/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 37ea850..80a6529 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: matrix: build_type: ["Debug", "RelWithDebInfo", "Release"] unity_build: ["ON", "OFF"] - name: "Build & Test ${{ matrix.build_type }} (Unity: ${{ matrix.unity_build }})" + name: "Build & Test ${{ matrix.build_type }} (Unity Build: ${{ matrix.unity_build }})" steps: - name: Install Node.js run: apt-get update && apt-get install -y nodejs @@ -49,5 +49,6 @@ jobs: - name: Unit Tests Report uses: dorny/test-reporter@v2 with: + name: Tests (${{ matrix.build_type }}, unity_build=${{ matrix.unity_build }}) path: build/${{ matrix.build_type }}/TestResults/*.xml reporter: java-junit \ No newline at end of file