Skip to content

Commit 0b0e770

Browse files
committed
ci: optimize and enhance SSH server workflow
- Add a 5-second sleep command to the SSH server workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 40aad53 commit 0b0e770

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ssh-server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
echo "======= container ip address ========="
3030
cat ip.txt
3131
echo "======================================"
32+
sleep 5
3233
3334
- name: executing remote ssh commands using password (1.0.3)
3435
uses: appleboy/[email protected]

0 commit comments

Comments
 (0)