We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5efed commit 63f1d8aCopy full SHA for 63f1d8a
.github/workflows/test-make-target.yaml
@@ -82,6 +82,7 @@ jobs:
82
- name: RUN TESTS
83
if: inputs.plugin != 'rabbitmq_cli'
84
run: |
85
+ sudo netstat -ntp
86
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
87
88
# rabbitmq_cli needs a correct broker version for two of its tests.
0 commit comments