Skip to content

Commit 98c6a5a

Browse files
committed
chore(ci): collect more test results
1 parent ee286b7 commit 98c6a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
if: "always()"
5454
with:
5555
check_name: "JUnit Report"
56-
report_paths: "**/build/test-results/test/*.xml"
56+
report_paths: "**/build/test-results/tes*/*.xml" # multiple test tasks
5757
nativeCompile:
5858
name: "${{ matrix.platform.name }} nativeCompile testing"
5959
needs: "gradleCheck"

0 commit comments

Comments
 (0)