Skip to content

Commit

Permalink
debug: Add a line to allow keeping testbed up after job completion
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Hallyn <[email protected]>
  • Loading branch information
hallyn committed Nov 3, 2023
1 parent 71f9ba4 commit d1d12e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
cat /tmp/machined.out
sudo dmesg
sudo df -h
touch /tmp/fini
# Uncomment the below to check the job after done
# while [ ! -f /tmp/shutdown ]; do sleep 5s; done
- name: Rename Binary
run: |
Expand Down

0 comments on commit d1d12e7

Please sign in to comment.