comp426-2022-fall / a00

Install required software for COMP 426 and read an intro guide to Git and GitHub
0 stars 6 forks source link

Clarification needed: How do we know when we've passed the autograder? #21

Closed rileysho01 closed 2 years ago

rileysho01 commented 2 years ago

I think I finished my assignment yesterday, but I can't seem to figure out how to access the results of the autograder. I was hoping I could just have a refresh of the instructions for checking the autograder? Thank you!

jdmar3 commented 2 years ago

Look at the Actions tab on your GitHub assignment repository. The log of all the action runs is there. If there is a green check next to the last one (at the top), then it passed. If it is a red X, then it has not passed. If you click on the individual runs they will show you more information, like a complete log of the run.

See #29