Skip to content

Commit c1c47fc

Browse files
committed
Fix CI generated report not including test count
1 parent 2c1e1c6 commit c1c47fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ jobs:
6969
uses: EnricoMi/publish-unit-test-result-action@v2
7070
with:
7171
check_name: Unit Test results
72-
files: artifacts/unit-test-*/**/*.xml
72+
files: |
73+
**/TEST-*
7374
7475
# Builds the projects and attempts to publish a release if the current project version
7576
# does not match any existing tags in the repository.

0 commit comments

Comments
 (0)