80 added a checkout_path input to the molecule-test action. However, the tests for the Collection cannot be in the top-level of the repository, and so the checkout_path is different to the path form which molecule test must be run. Currently, this action fails when being used to test a Collection.
add a test_path input to the molecule-test action
add instructions to the action README on how to use the action to test a Collection
80 added a
checkout_path
input to themolecule-test
action. However, the tests for the Collection cannot be in the top-level of the repository, and so thecheckout_path
is different to the path form whichmolecule test
must be run. Currently, this action fails when being used to test a Collection.test_path
input to themolecule-test
action