Skip to content

Commit fc7036f

Browse files
committed
Fix step "Test ssh connectivity" in coverage
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 038b149 commit fc7036f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Install cargo-llvm-cov
3030
uses: taiki-e/install-action@cargo-llvm-cov
3131
- run: |
32+
# Wait for startup of openssh-server
33+
sleep 30
3234
chmod 600 .test-key
3335
mkdir /tmp/openssh-rs
3436
ssh -i .test-key -v -p 2222 -l test-user openssh -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/openssh-rs/known_hosts whoami

0 commit comments

Comments
 (0)