diff --git a/.github/classroom/autograding.json b/.github/classroom/autograding.json index c6eb57d..3097ea2 100644 --- a/.github/classroom/autograding.json +++ b/.github/classroom/autograding.json @@ -3,7 +3,7 @@ { "name": "Initial step", "setup": "", - "run": "mvn clean package", + "run": "mvn clean package -DskipTests=true", "input": "", "output": "", "comparison": "included", @@ -30,16 +30,6 @@ "timeout": 10, "points": 10 }, - { - "name": "Initial tests", - "setup": "", - "run": "mvn -q test", - "input": "", - "output": "", - "comparison": "included", - "timeout": 10, - "points": 10 - }, { "name": "Cucumber final tests", "setup": "",