molecule-action icon indicating copy to clipboard operation
molecule-action copied to clipboard

GitHub Action for running molecule as part of your workflows!

Results 3 molecule-action issues
Sort by recently updated
recently updated
newest added

All tests failed on verify step, because it doesn't found `pytest`. ``` INFO Executing Testinfra tests found in /github/workspace/roles/hm.rancher/molecule/default/tests/... DEBUG: ANSIBLE ENVIRONMENT: ANSIBLE_ASYNC_DIR: /tmp/.ansible_async ANSIBLE_COLLECTIONS_PATH: /github/home/.cache/ansible-compat/6a4f48/collections:/github/home/.cache/molecule/hm.rancher/default/collections:/github/home/.ansible/collections:/usr/share/ansible/collections:/etc/ansible/collections ANSIBLE_CONFIG: /github/home/.cache/molecule/hm.rancher/default/ansible.cfg ANSIBLE_FILTER_PLUGINS: /usr/local/lib/python3.9/site-packages/molecule/provisioner/ansible/plugins/filter:/github/home/.cache/molecule/hm.rancher/default/plugins/filter:/github/workspace/roles/hm.rancher/plugins/filter:/github/home/.ansible/plugins/filter:/usr/share/ansible/plugins/filter...

I've been running the action for a while now, and recently (couple months?) is keeps failing with the following error: ``` ERROR! couldn't resolve module/action 'community.docker.docker_container'. This often indicates a...

I need to run molecule under the `poetry` environment, so that I can use the `pytest-subtests` package in my `testinfra` tests. I'm not sure if there's a way to do...