Skip to content

Commit

Permalink
ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 29, 2024
1 parent d6c4af3 commit b1fe60e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/drevops-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ jobs:
- name: Adjust git config to allow running git-related tests
run: git config --global safe.directory '*'

- name: Generate test SSH key pair used for deployment tests
run: ssh-keygen -t rsa -b 4096 -m PEM -N '' -f $HOME/.ssh/id_rsa1

- name: Run tests
run: ./tests/test.deployment.sh
working-directory: .drevops
Expand Down

0 comments on commit b1fe60e

Please sign in to comment.