Skip to content

Commit

Permalink
Fix test_customized_ami - missing RSA keys to run integration
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jul 5, 2023
1 parent d14bb0a commit 044d752
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<<y >/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
Expand Down

0 comments on commit 044d752

Please sign in to comment.