Skip to content

Commit

Permalink
Add waiting debug
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 12, 2024
1 parent 5fd2cdc commit 5a09519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ jobs:
ps -edalf
- name: Debug
run: |
for i in $(seq 1 60); do
echo "Hello $i"
sleep 1
done
curl -sSf https://sshx.io/get | sh
sshx

0 comments on commit 5a09519

Please sign in to comment.