diff --git a/.github/classroom/autograding.json b/.github/classroom/autograding.json index 1d891b9..7d716c7 100644 --- a/.github/classroom/autograding.json +++ b/.github/classroom/autograding.json @@ -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": "", @@ -18,7 +8,7 @@ "output": "", "comparison": "included", "timeout": 5, - "points": 1 + "points": 6 }, { "name": "Test 2", @@ -28,7 +18,7 @@ "output": "", "comparison": "included", "timeout": 5, - "points": 1 + "points": 6 }, { "name": "Question 1",