We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee286b7 commit 98c6a5aCopy full SHA for 98c6a5a
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
if: "always()"
54
with:
55
check_name: "JUnit Report"
56
- report_paths: "**/build/test-results/test/*.xml"
+ report_paths: "**/build/test-results/tes*/*.xml" # multiple test tasks
57
nativeCompile:
58
name: "${{ matrix.platform.name }} nativeCompile testing"
59
needs: "gradleCheck"
0 commit comments