mirror of https://github.com/buster-so/buster.git
test
This commit is contained in:
parent
abf31f6dcf
commit
2a6ca166c2
|
@ -349,6 +349,13 @@ jobs:
|
|||
env:
|
||||
MOMENTIC_API_KEY: ${{ secrets.MOMENTIC_API_KEY }}
|
||||
|
||||
- name: Keep job alive on failure for debugging
|
||||
if: failure()
|
||||
run: |
|
||||
echo "Job failed. Keeping VM alive for 30 minutes for debugging..."
|
||||
echo "SSH connection info is available in the Setup runner step above"
|
||||
sleep 1800
|
||||
|
||||
|
||||
- name: Stop services
|
||||
if: always()
|
||||
|
|
Loading…
Reference in New Issue