Skip to content

Commit

Permalink
GitHub workflows: List open TCP ports
Browse files Browse the repository at this point in the history
This may help debug nodes that try to open busy ports.
  • Loading branch information
dumbbell committed Feb 20, 2025
1 parent 64b68e5 commit a5f30ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-make-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- name: RUN TESTS
if: inputs.plugin != 'rabbitmq_cli'
run: |
sudo netstat -ntp
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
# rabbitmq_cli needs a correct broker version for two of its tests.
Expand Down

0 comments on commit a5f30ea

Please sign in to comment.