Skip to content

Commit 3f76392

Browse files
authored
Update classroom.yml
1 parent 1bc5375 commit 3f76392

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/classroom.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
echo "⚠️ Edge case tests failed (optional)"
6666
fi
6767

68-
echo "Points ${POINTS}/${MAX}"
68+
echo "::notice title=Autograding complete::Points ${PASS}/${TOTAL}"
69+
echo "::notice title=Autograding report::{\"totalPoints\":${PASS},\"maxPoints\":${TOTAL}}"
6970
exit 0
7071
ai_feedback:
7172
name: AI-Powered Feedback

0 commit comments

Comments
 (0)