Skip to content

Commit

Permalink
fixed path to keys
Browse files Browse the repository at this point in the history
  • Loading branch information
psihachina committed Oct 21, 2022
1 parent 1183a8c commit bbb30a6
Show file tree
Hide file tree
Showing 3 changed files with 452 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run.e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,12 @@ jobs:

- name: Generate Test SSH Key
run: |
ssh-keygen -q -f ~/.ssh/id_rsa
ssh-keygen -q -f ~/.ssh/id_rsa_tunnel_test
ssh-keygen -q -f ~/.ssh/id_rsa -t rsa -N ''
ssh-keygen -q -f ~/.ssh/id_rsa_tunnel_test -t rsa -N ''
chmod 600 /home/runner/.ssh/id_rsa_tunnel_test
chmod 600 /home/runner/.ssh/id_rsa_tunnel_test.pub
cat /home/runner/.ssh/id_rsa_tunnel_test.pub
ls -ld /home/runner/.ssh/*
- name: Run Tests
run: |
Expand Down
Loading

0 comments on commit bbb30a6

Please sign in to comment.