Skip to content

Commit 5e1538b

Browse files
committed
GitHub workflows: List open TCP ports
This may help debug nodes that try to open busy ports. (cherry picked from commit a5f30ea)
1 parent 93a5c95 commit 5e1538b

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
@@ -82,6 +82,7 @@ jobs:
8282
- name: RUN TESTS
8383
if: inputs.plugin != 'rabbitmq_cli'
8484
run: |
85+
sudo netstat -ntp
8586
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
8687
8788
# rabbitmq_cli needs a correct broker version for two of its tests.

0 commit comments

Comments
 (0)