Skip to content

Commit

Permalink
fix killing dangling qpep instance
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed May 18, 2024
1 parent 6bd13ba commit 8332382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jobs:
- name: Run server
run: |
sudo pkill -e -n -s SIGINT qpep
sudo pkill -e -n --signal SIGINT qpep
cd build/
sudo ./qpep &> test.log &
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
if: always()
run: |
cd build/
sudo pkill -e -n -s SIGINT qpep
sudo pkill -e -n --signal SIGINT qpep
- name: Stop Data Server
if: always()
Expand Down

0 comments on commit 8332382

Please sign in to comment.