Skip to content

Commit 2ac48b5

Browse files
committed
ci: fix syntax error
- Wrap test report path in quotes
1 parent ca806fa commit 2ac48b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/classroom-autograding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: dorny/test-reporter@v2
3232
with:
3333
name: JUnit Results
34-
path: **/target/surefire-reports/**/*.xml
34+
path: "**/target/surefire-reports/**/*.xml"
3535
reporter: java-junit
3636

3737
- name: Report score back to Classroom

0 commit comments

Comments
 (0)