Skip to content

Commit

Permalink
Make driver optional in molecule.yml file (#3946)
Browse files Browse the repository at this point in the history
While molecule itself does not require driver to be defined,
our schema wrongly required it.
  • Loading branch information
ssbarnea authored Jun 27, 2023
1 parent 780feef commit ab80427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/molecule/data/molecule.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@
"$ref": "#/$defs/VerifierModel"
}
},
"required": ["driver", "platforms"],
"required": ["platforms"],
"title": "Molecule Scenario Schema",
"type": "object"
}

0 comments on commit ab80427

Please sign in to comment.