nus-cs2113-AY2021S2 / forum

5 stars 0 forks source link

GitHub Classroom Autograding Workflow #12

Closed Zufiqqar closed 3 years ago

Zufiqqar commented 3 years ago

How do we get a tick for the GitHub Classroom Autograding Workflow component? Do we just attend the GitHub Classroom sessions during our respective tutorial sessions?

tehtea commented 3 years ago

Nah, for each question repository you have to:

  1. Clone the repository
  2. Make changes to the code such that the tests in the repository can be passed
  3. Commit your changes and push it back to GitHub.

Then, the Autograding workflow will run the test cases, and if your changes passed the test cases you'll get the tick.