Skip to content

Commit

Permalink
Install pytest pytest-testinfra
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jul 7, 2024
1 parent f4aca1d commit c3094fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: |
pip install ansible molecule molecule-plugins[podman]
pip install ansible molecule molecule-plugins[podman] pytest pytest-testinfra
- name: Run molecule test
run: |
molecule test

0 comments on commit c3094fe

Please sign in to comment.