We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213751b commit d47a09bCopy full SHA for d47a09b
.github/actions/Emscripten-Notebook-Tests/action.yml
@@ -80,6 +80,7 @@ runs:
80
fi
81
# Kill the jupyter lite serve process now we are done running xeus-cpp in the
82
# Jupyter Lite website.
83
+ pstree -p $jupyter_lite_process_id
84
kill -9 $jupyter_lite_process_id
85
sleep 10
86
ps
0 commit comments