You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Memory monitor started with PID $(cat memory_monitor.pid)"
106
+
# Give it a moment to start
107
+
sleep 2
108
+
# Verify it's running
109
+
ps aux | grep memory_monitor | grep -v grep || echo "Warning: memory monitor may not be running"
110
+
111
+
- name: Install utilities
112
+
run: |
113
+
apt-get install -y nano
114
+
83
115
- name: Store Slack infos
84
116
#because the SSH can be enabled dynamically if the workflow failed, so we need to store slack infos to be able to retrieve them during the waitforssh step
#because the SSH can be enabled dynamically if the workflow failed, so we need to store slack infos to be able to retrieve them during the waitforssh step
0 commit comments