Skip to content

Commit 3559a2d

Browse files
authored
Update test command to match pattern for autograding
1 parent 5c09c15 commit 3559a2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/classroom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
test-name: isStrictlyIncreasing
3030
setup-command: ''
31-
command: gradle test --tests "isStrictlyIncreasing"
31+
command: gradle test --tests "*isStrictlyIncreasing*"
3232
timeout: 10
3333
max-score: 1
3434
- name: Autograding Reporter
@@ -37,4 +37,4 @@ jobs:
3737
CONSTRUCTOR_RESULTS: "${{steps.constructor.outputs.result}}"
3838
ISSTRICTLYINCREASING_RESULTS: "${{steps.isstrictlyincreasing.outputs.result}}"
3939
with:
40-
runners: constructor,isstrictlyincreasing
40+
runners: constructor,isstrictlyincreasing

0 commit comments

Comments
 (0)