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 29, 2023
1 parent 6a32d2c commit 0c731f3
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"tests": [
{
"name": "Step 0 Welcome",
"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 1 Copilot Extension",
"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 javascript",
"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 Copilot Hub",
"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 Copilot comment",
"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
},
{
"name": "Step 5 finish",
"setup": "sleep 20",
"run": "[ $(cat .github/steps/-step.txt) -ge 5 ] || [ $(cat .github/steps/-step.txt) = X ]",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 1
}
]
}

0 comments on commit 0c731f3

Please sign in to comment.