Skip to content

Commit

Permalink
Merge pull request #97 from konstruktoid/mole
Browse files Browse the repository at this point in the history
add test stage
  • Loading branch information
konstruktoid authored Jan 18, 2024
2 parents ce028ea + 54740df commit c54cc0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
&& source foo/bin/activate \
&& ansible --version
- name: Validate that vagrant works
run: |
vagrant --version
- name: Run molecule
run: |
molecule test
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
Expand Down

0 comments on commit c54cc0e

Please sign in to comment.