From 044d752adbfd38eb9b18aa13f670b439b89c7d2d Mon Sep 17 00:00:00 2001 From: abikouo Date: Wed, 5 Jul 2023 10:44:06 +0200 Subject: [PATCH] Fix test_customized_ami - missing RSA keys to run integration --- .github/workflows/integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b6a7d5f9..0ecb9cc5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -42,6 +42,10 @@ jobs: collection_path: ${{ steps.install-collection.outputs.collection_path }} ansible_core_ci_key: ${{ secrets.ANSIBLE_CORE_CI_KEY }} + - name: Generate RSA keys (need to run integration test target test_customized_ami) + run: ssh-keygen -q -t rsa -N '' -f ~/.ssh/id_rsa <</dev/null 2>&1 + shell: bash + # we use raw git to create a repository in the tests # this fails if the committer doesn't have a name and an email set - name: Set up git