We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eecb61 commit 0d4dc80Copy full SHA for 0d4dc80
.github/workflows/test-extractor.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
name: Kotlin Tests
50
path: build/test-results/test/*.xml
51
- reporter: junit
+ reporter: java-junit
52
fail-on-error: true
53
54
- name: Upload Test Reports
0 commit comments