Skip to content

Commit

Permalink
add test stage
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid committed Jan 18, 2024
1 parent ce028ea commit 54740df
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 54740df

Please sign in to comment.