Skip to content

Commit d944a8c

Browse files
committed
Fix copy-and-paste err in test.yml
Signed-off-by: Jiahao XU <[email protected]>
1 parent b24d8be commit d944a8c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- run: |
3232
# Wait for startup of openssh-server
3333
timeout 15 ./wait_for_sshd_start_up.sh
34-
sleep 15
3534
chmod 600 .test-key
3635
mkdir /tmp/openssh-rs
3736
ssh -i .test-key -v -p 2222 -l test-user 127.0.0.1 -o StrictHostKeyChecking=accept-new -o UserKnownHostsFile=/tmp/openssh-rs/known_hosts whoami

0 commit comments

Comments
 (0)