Skip to content

Commit

Permalink
Temp: full simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 19, 2024
1 parent cfa8bb8 commit 9ecf0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:

- name: Kill plugin process
run: |
pkill -9 -f isolation_algo.py
pkill -9 -f isolation_algo.py 2>/dev/null || true
sleep 10
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ python $PLUGIN_DIR/ufm_sim_web_service/isolation_algo.py &
echo "Starting 'simulation_telemetry.py'"
python $PLUGIN_DIR/tests/simulation_telemetry.py
echo "Terminating 'isolation_algo.py'"
pkill -9 -f isolation_algo.py
pkill -9 -f isolation_algo.py 2>/dev/null || true
echo "Terminated 'isolation_algo.py'"

0 comments on commit 9ecf0aa

Please sign in to comment.