From 04c860a07878e1e0a8d50fe44d424b1d5db595b2 Mon Sep 17 00:00:00 2001 From: Guillermo Sanchez Gavier Date: Fri, 3 May 2024 10:15:38 +0200 Subject: [PATCH] wip --- .github/workflows/testing.yml | 2 +- action.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index bcc2aa1..b62b671 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,7 +5,7 @@ on: jobs: molecule-packaging-tests: name: Launch molecule tests with infra-agent package - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: TESTING: 'true' steps: diff --git a/action.yml b/action.yml index ff595c3..17d76cb 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,7 @@ runs: steps: - name: Configure Molecule and Ansible shell: bash + # test run: | sudo pipx uninstall ansible-core sudo pip3 install molecule[docker]==4.0.4