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

Autograder not working #6

Closed jdmar3 closed 2 years ago

jdmar3 commented 2 years ago

Discussed in https://github.com/orgs/comp426-2022-fall/discussions/9

Originally posted by **kush2shah** August 18, 2022 Not sure why my autograder is failing? I've got the log file in my repo and have rerun it in case it initially missed it to no avail Screenshot 2022-08-18 at 9 11 12 PM Screenshot 2022-08-18 at 9 10 58 PM
jdmar3 commented 2 years ago

@kush2shah, Your repository doesn't have the .github directory placed there by GitHub classroom, which has the configuration files that make the autograder run (it is a GitHub Action template). Based on the Actions that you can see here it looks like it has been deleted, because it appears that GH classroom installed it initially.

You can restore that directory if you have the files in your commit history still. I assumed that if you deleted them (intentionally or otherwise) that you have a commit that stored those changes in your local repository, since you would have had to make a commit after they were removed.

However, it looks like only one file was created. I have no idea why this might be. So, I'm pushing an update to the unit tests that a00 is running, and maybe that will restore them. Give it a little while to let the runner catch that add and see what happens.