You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am recieving the below error when using the Action to perform a sanity test.
File "/home/runner/work/_temp/1dc07489-31d2-4dc6-892a-248dd293d014.py", line 15, in <module>
with open(os.path.join(directory, COLLECTION_META_FILE)) as galaxy_yml:
FileNotFoundError: [Errno 2] No such file or directory: '.tmp-ansible-collection-checkout/./galaxy.yml'```
The text was updated successfully, but these errors were encountered:
The error simply says that the repository you asked to run the sanity tests for did not contain a file /galaxy.yml. If that file happens to be in a subdirectory, you need to use the collection-root parameter to tell the action where to find galaxy.yml and the collection in your repository.
I am recieving the below error when using the Action to perform a sanity test.
The text was updated successfully, but these errors were encountered: