We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c09c15 commit 3559a2dCopy full SHA for 3559a2d
1 file changed
.github/workflows/classroom.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
test-name: isStrictlyIncreasing
30
setup-command: ''
31
- command: gradle test --tests "isStrictlyIncreasing"
+ command: gradle test --tests "*isStrictlyIncreasing*"
32
timeout: 10
33
max-score: 1
34
- name: Autograding Reporter
@@ -37,4 +37,4 @@ jobs:
37
CONSTRUCTOR_RESULTS: "${{steps.constructor.outputs.result}}"
38
ISSTRICTLYINCREASING_RESULTS: "${{steps.isstrictlyincreasing.outputs.result}}"
39
40
- runners: constructor,isstrictlyincreasing
+ runners: constructor,isstrictlyincreasing
0 commit comments