Hi,
When the following molecule.yml
---
dependency:
name: galaxy
options:
requirement-files: ../resources/collections.yml
is processed using the command "molecule dependency", then this error is reported
molecule dependency
--> Test matrix
└── default
└── dependency
--> Scenario: 'default'
--> Action: 'dependency'
Skipping, missing the requirements file.
Skipping, missing the requirements file.
The collections.yml file is well defined within the upstream folder
cat molecule/resources/collections.yml
collections:
- redhat.jcliff
Best
Charles