Skip to content

Commit

Permalink
chore: kill
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Nov 11, 2024
1 parent c53ef33 commit 665df50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
ls
SCUDA_PORT=14834 ./local.sh server &
server_pid=$!
sleep 5
Expand All @@ -46,7 +45,7 @@ jobs:
echo "$test_output"
fi
kill -TERM -$server_pid
kill $(ps aux | grep '[s]cuda' | awk '{print $2}')
echo "server process and its children terminated. exiting..."
exit $test_exit_code
Expand Down

0 comments on commit 665df50

Please sign in to comment.