Skip to content

Commit

Permalink
kill
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Feb 15, 2024
1 parent 46f8d40 commit 9b9da5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
# Close specified ports using lsof before testing / local port list compiled from ./integration/constants.go
- name: Close Integration Test Ports
run: |
killall -9 geth-v1.12.2
killall -9 beacon-chain-v4.0.6
killall -9 validator-v4.0.6
killall -9 geth-v1.12.2 || true
killall -9 beacon-chain-v4.0.6 || true
killall -9 validator-v4.0.6 || true
lowest_port=8000 # Lowest starting port
highest_port=58000 # Highest port considering the offset
Expand Down

0 comments on commit 9b9da5d

Please sign in to comment.