Skip to content

Commit 80834dd

Browse files
committed
add missing argument definition
1 parent 5188b02 commit 80834dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

incubating/test-reporting/step.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ metadata:
4545
branch: ${{CF_BRANCH_TAG_NORMALIZED}}
4646
report_dir: mochawesome-report
4747
report_index_file: mochawesome.html
48-
max_upload_size_mb: 1000
4948

5049
spec:
5150
arguments: |-
@@ -85,8 +84,11 @@ spec:
8584
"branch" : {
8685
"type": "string",
8786
"description": "Normalized branch name"
87+
},
88+
"max_upload_size_mb": {
89+
"type": "integer",
90+
"description": "Max upload size in MB. The default is 1000MB"
8891
}
89-
9092
}
9193
}
9294
stepsTemplate: |-

0 commit comments

Comments
 (0)