Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Remove build test from autogarding config
Browse files Browse the repository at this point in the history
  • Loading branch information
khammami committed Apr 23, 2024
1 parent 08231d0 commit a11831f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"tests": [
{
"name": "Testing App Build",
"setup": "",
"run": ". ./setenv.sh && ./$ANDROID_APP_PATH/gradlew :app:assembleDebug --stacktrace --scan -p $ANDROID_APP_PATH",
"input": "",
"output": "",
"comparison": "included",
"timeout": 5,
"points": 10
},
{
"name": "Test 1",
"setup": "",
Expand All @@ -18,7 +8,7 @@
"output": "",
"comparison": "included",
"timeout": 5,
"points": 1
"points": 6
},
{
"name": "Test 2",
Expand All @@ -28,7 +18,7 @@
"output": "",
"comparison": "included",
"timeout": 5,
"points": 1
"points": 6
},
{
"name": "Question 1",
Expand Down

0 comments on commit a11831f

Please sign in to comment.