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