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 3c0d892 commit 02c7b04Copy full SHA for 02c7b04
.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