GitHub Action for testing ansible with Molecule.
Default 'test'
What command to pass to molecule,
for example lint
or syntax
.
Default '${{ github.repository }}'
Path to another directory in the repository, where molecule command will be issued from.
Default 'default'
The molecule scenario to run.
- name: Test Ansible with Molecule
uses: arillso/[email protected]
with:
command: test
working_directory: ${{ github.repository }}
scenario: default
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2020, Arillso