Skip to content

Commit

Permalink
Fix UI process ID (#1926)
Browse files Browse the repository at this point in the history
Co-authored-by: Alon Braymok <[email protected]>
Co-authored-by: Tamir David <[email protected]>
Co-authored-by: Tamir David <[email protected]>
Co-authored-by: Amir Blum <[email protected]>
Co-authored-by: Ron Federman <[email protected]>
Co-authored-by: yodigos <[email protected]>
Co-authored-by: Mike Dame <[email protected]>
Co-authored-by: alonbraymok <[email protected]>
Co-authored-by: Daria Dovzhikova <[email protected]>
Co-authored-by: David <[email protected]>
Co-authored-by: David <[email protected]>
Co-authored-by: Eden Federman <[email protected]>
  • Loading branch information
13 people authored Dec 5, 2024
1 parent 825ca5b commit 72aa06d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/common/odigos_ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ function start() {

# Start the production build
echo "Odigos UI - ⏳ Starting..."
yarn back:start > /dev/null 2> "$log_file" &
cd ..
./odigos-backend --port 8085 --debug --address 0.0.0.0 > /dev/null 2> "$log_file" &

sleep 3
sleep 1
echo $! > "$pid_file"
pid=$(get_process_id "$pid_file")
check_process $pid
Expand Down

0 comments on commit 72aa06d

Please sign in to comment.