Skip to content

Commit 1bd52da

Browse files
committed
ci: set correct reporter
1 parent 75a68db commit 1bd52da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/classroom-autograding.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
with:
3333
name: JUnit Results
3434
path: target/surefire-reports/**/*.xml
35-
# use 'maven-surefire' or 'junit5-junitxml' depending on your surefire configuration
36-
reporter: maven-surefire
35+
reporter: java-junit
3736

3837
- name: Report score back to Classroom
3938
uses: github-education-resources/autograding-command-grader@v1

0 commit comments

Comments
 (0)