-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
582d288
commit e25ef11
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Molecule action | ||
|
||
A GitHub action to test your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/en/stable/). | ||
A GitHub action to test your [Ansible](https://www.ansible.com/) role using [Molecule](https://molecule.readthedocs.io/). | ||
|
||
## Requirements | ||
|
||
This action can work with Molecule scenarios that use the [`docker`](https://molecule.readthedocs.io/en/latest/configuration.html#docker) driver. | ||
This action can work with Molecule scenarios that use the [`docker`](https://molecule.readthedocs.io/configuration) driver. | ||
|
||
This action expects the following (default Ansible role) structure: | ||
``` | ||
|
@@ -79,7 +79,7 @@ jobs: | |
uses: robertdebock/[email protected] | ||
``` | ||
NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role. | ||
> NOTE: the `checkout` action needs to place the file in `${{ github.repository }}` in order for Molecule to find your role. | ||
|
||
If you want to test your role against multiple distributions, you can use this pattern: | ||
|
||
|