diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6589488..b0ee7df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -53,6 +53,7 @@ jobs: - name: Run molecule test run: | + molecule --version molecule test env: PROD_JBOSSNETWORK_API_CLIENTID: '${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'