report test
All checks were successful
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Successful in 27s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Successful in 27s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Successful in 21s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Successful in 22s
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Successful in 27s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Successful in 26s

This commit is contained in:
2026-01-28 15:20:01 +01:00
parent 1290adb158
commit e1ba9413c6

View File

@@ -53,6 +53,6 @@ jobs:
- name: Unit Tests Report - name: Unit Tests Report
uses: dorny/test-reporter@v2 uses: dorny/test-reporter@v2
with: 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 path: build/${{ matrix.build_type }}/TestResults/*.xml
reporter: java-junit reporter: java-junit