Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <[email protected]>
  • Loading branch information
kogeler committed May 24, 2024
1 parent 9d10497 commit 8efb544
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/reusable-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,10 @@ jobs:
- name: Setup molecule
run: |
pip3 install --no-cache-dir yamllint ansible==${{ inputs.ansible-version }} ansible-lint \
molecule==6.0.3 molecule-plugins[docker]==23.5.0 docker \
molecule==6.0.2 molecule-plugins[docker]==23.5.0 docker \
jmespath
- name: Print Ansible version
run: ansible --version
- name: Setup LXD
if: ${{ env.MOLECULE_IS_PRESENT && inputs.molecule-driver == 'lxd' }}
# https://github.com/canonical/setup-lxd
uses: canonical/[email protected]
with:
channel: latest/stable
- name: Setup LXD molecule module
if: ${{ env.MOLECULE_IS_PRESENT && inputs.molecule-driver == 'lxd' }}
run: |
pip3 install --no-cache-dir molecule-lxd
- name: Run lint
run: |
set -e
Expand Down

0 comments on commit 8efb544

Please sign in to comment.