diff options
Diffstat (limited to '.github/workflows/molecule.yml')
| -rw-r--r-- | .github/workflows/molecule.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 6fa12b5..85362b6 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -38,5 +38,8 @@ jobs: python -m pip install --upgrade pip python -m pip install ansible-core docker molecule molecule-plugins[docker] pytest pytest-testinfra requests + - name: Install Ansible collections + run: ansible-galaxy collection install community.crypto + - name: Run Molecule scenario run: molecule test -s "${{ matrix.scenario }}" |