Skip to content

Commit 14623eb

Browse files
committed
make test name and pipeline required
1 parent c2b1ee5 commit 14623eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

generator/config/schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,11 @@
288288
}
289289
}
290290
}
291-
}
291+
},
292+
"required": [
293+
"name",
294+
"pipeline"
295+
]
292296
},
293297
"SimplifiedSchemaType": {
294298
"anyOf": [

0 commit comments

Comments
 (0)