Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: kogeler <roman.gavrilov@parity.io>
  • Loading branch information
kogeler committed May 25, 2024
1 parent 7906cc3 commit aa64739
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/reusable-molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,15 @@ jobs:
pip3 install --no-cache-dir yamllint ansible==${{ inputs.ansible-version }} ansible-lint==24.5.0 \
molecule==24.2.1 molecule-plugins[docker]==23.5.3 docker==7.1.0 requests==2.31.0 \
jmespath==1.0.1
- name: Print Ansible version
run: ansible --version
- name: Run lint
run: |
python -m pip freeze
- name: Print versions
run: |
ansible --version
molecule --version
yamllint --version
ansible-lint --version
- name: Run lint
run: |
set -e
Expand Down

0 comments on commit aa64739

Please sign in to comment.