Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed May 22, 2024
1 parent f554cd4 commit 7b1911e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:

steps:
- name: Checkout the codebase.
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python3.
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'

- name: Install yamllint
run: |
python -m pip install --upgrade pip
pip install yamllint 'molecule>=6.0.3' 'molecule-plugins[docker]>=23.5.3' ansible-core ansible-lint
pip install yamllint 'molecule>=24.2.0' 'molecule-plugins[docker]>=23.5.3' 'ansible-core<2.16' ansible-lint
- name: Prepare ansible.cfg and reqs
run: |
Expand All @@ -53,6 +53,7 @@ jobs:
- name: Run molecule test
run: |
molecule --version
molecule test
env:
PROD_JBOSSNETWORK_API_CLIENTID: '${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
Expand Down

0 comments on commit 7b1911e

Please sign in to comment.