From 7b1911e02322dcd72a9bce5fa0db3cecec9f17ad Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Wed, 22 May 2024 10:16:11 +0200 Subject: [PATCH] ci: update workflow --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 }}'