Skip to content

Commit a5f30ea

Browse files
committed
GitHub workflows: List open TCP ports
This may help debug nodes that try to open busy ports.
1 parent 64b68e5 commit a5f30ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
- name: RUN TESTS
9191
if: inputs.plugin != 'rabbitmq_cli'
9292
run: |
93+
sudo netstat -ntp
9394
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
9495
9596
# rabbitmq_cli needs a correct broker version for two of its tests.

0 commit comments

Comments
 (0)