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 93a5c95 commit 5e1538bCopy full SHA for 5e1538b
.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