About autograding
Your teacher can configure tests that automatically check your work when you push to an assignment repository on GitHub.com.
If you're a student and your instructor has configured autograding for your assignment in GitHub Classroom, you'll find autograding test results throughout your assignment repository. If all tests succeed for a commit, you'll see a green checkmark. If any tests fail for a commit, you'll see a red X. You can see detailed logs by clicking the green checkmark or red X.
Viewing autograding results for an assignment repository
GitHub Classroom uses GitHub Actions to run autograding tests. For more information about viewing the logs for an autograding test, see "Using workflow run logs."
The Actions tab shows the full history of test runs.
You can click a specific test run to review log output, like compilation errors and test failures.