Skip to content

Commit 5ce78ad

Browse files
committed
ci: set MAX_TESTS env var correctly
1 parent 9bd9f97 commit 5ce78ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/classroom-autograding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
GRADING_REPO: cbfacademy/autograding-java-exercises
1010
GRADING_REPO_PATH: grading-repo
1111
STUDENT_REPO_PATH: student-repo
12-
MAX_TESTS: 0 # TODO: Update this to the actual number of tests available for the exercise
12+
MAX_TESTS: 47
1313

1414
jobs:
1515
autograding:

0 commit comments

Comments
 (0)