We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd52da commit ca806faCopy full SHA for ca806fa
.github/workflows/classroom-autograding.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: dorny/test-reporter@v2
32
with:
33
name: JUnit Results
34
- path: target/surefire-reports/**/*.xml
+ path: **/target/surefire-reports/**/*.xml
35
reporter: java-junit
36
37
- name: Report score back to Classroom
0 commit comments