Skip to content

Commit

Permalink
Update shell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang authored Oct 1, 2024
1 parent 7caac93 commit 111d8d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
env
freebsd-version
(ls -lah)
- name: step 1
run: ssh freebsd <<EOF
echo "this is step 1"
EOF
- name: step 2
run: ssh freebsd <<EOF
echo "this is step 2"
EOF
- name: Sleep
run: for i in $(seq 1 10) ; do echo $i; sleep 1; done
- uses: neilpang/debugger-action@master
Expand Down

0 comments on commit 111d8d3

Please sign in to comment.