Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
donotpush committed Sep 5, 2024
1 parent d9c6f92 commit f16fff8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_destination_sftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ jobs:

- name: Configure local SSH agent for tests
run: |
mkdir -p /home/runner/.ssh
cp tests/load/filesystem_sftp/bootstrap/bobby_rsa /home/runner/.ssh/id_rsa
cp tests/load/filesystem_sftp/bootstrap/bobby_rsa.pub /home/runner/.ssh/id_rsa.pub
eval "$(ssh-agent -s)"
cp tests/load/filesystem_sftp/bootstrap/bobby_rsa ~/.ssh/id_rsa
cp tests/load/filesystem_sftp/bootstrap/bobby_rsa.pub ~/.ssh/id_rsa.pub
- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit f16fff8

Please sign in to comment.