Skip to content

Commit

Permalink
GitHub Classroom Autograding
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] authored Oct 2, 2023
1 parent 3b55bb3 commit 5c7e3b6
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"tests": [
{
"name": "Step 1 Create a Branch",
"setup": "sleep 20",
"run": "[ $(cat .github/steps/-step.txt) -ge 1 ] || [ $(cat .github/steps/-step.txt) = X ]",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Step 2 Commit a File",
"setup": "sleep 20",
"run": "[ $(cat .github/steps/-step.txt) -ge 2 ] || [ $(cat .github/steps/-step.txt) = X ]",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Step 3 Open a Pull Request",
"setup": "sleep 20",
"run": "[ $(cat .github/steps/-step.txt) -ge 3 ] || [ $(cat .github/steps/-step.txt) = X ]",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Step 4 Merge Your Pull Request",
"setup": "sleep 20",
"run": "[ $(cat .github/steps/-step.txt) -ge 4 ] || [ $(cat .github/steps/-step.txt) = X ]",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 1
}
]
}

0 comments on commit 5c7e3b6

Please sign in to comment.