Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

arillso/action.molecule

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Action: Test Ansible with Molecule

GitHub Action for testing ansible with Molecule.

Inputs

command

Default 'test'

What command to pass to molecule, for example lint or syntax.

working_directory

Default '${{ github.repository }}'

Path to another directory in the repository, where molecule command will be issued from.

scenario

Default 'default'

The molecule scenario to run.

Example Usage

- name: Test Ansible with Molecule
  uses: arillso/[email protected]
  with:
    command: test
    working_directory: ${{ github.repository }}
    scenario: default

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2020, Arillso

About

Github Action for testing ansible with Molecule.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors