-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
It is sometimes desirable to run tests for playbooks with multiple scenarios. For roles this is easily achieved by having multiple scenario directories in the role's molecule directory. However, our playbook tests are all in the molecule directory in the repo's root, and are run when the playbook is modified.
There are playbooks for which we have different scenario's:
molecule/playbook-openrefinemolecule/playbook-openrefine-standalone
These different scenario's can be run manually, but in CI, only the one corresponding exactly to the playbook name (e.g. playbook-openrefine) will be run at the moment.
Improve the GitHub workflow to test also playbook-openrefine-*.
Reactions are currently unavailable