Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt authored Dec 15, 2023
1 parent 62be005 commit a6f3ecb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,10 @@ jobs:

- name: Test
run: |
sudo ssh-keygen -R localhost:9022
cat >> ~/.ssh/config << EOF
Host *
UpdateHostKeys yes
EOF
make test
- name: Setup upterm session when failure
Expand Down

0 comments on commit a6f3ecb

Please sign in to comment.