Skip to content

Commit d39640e

Browse files
authored
Update action.yml
1 parent d47a09b commit d39640e

File tree

1 file changed

+2
-4
lines changed
  • .github/actions/Emscripten-Notebook-Tests

1 file changed

+2
-4
lines changed

.github/actions/Emscripten-Notebook-Tests/action.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ runs:
8080
fi
8181
# Kill the jupyter lite serve process now we are done running xeus-cpp in the
8282
# Jupyter Lite website.
83-
pstree -p $jupyter_lite_process_id
84-
kill -9 $jupyter_lite_process_id
85-
sleep 10
86-
ps
83+
pkill -9 timeout
84+
pkill -9 jupyter-lite
8785

0 commit comments

Comments
 (0)