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 30585d8 commit da6f467Copy full SHA for da6f467
.github/workflows/test-make-target.yaml
@@ -90,6 +90,7 @@ jobs:
90
- name: RUN TESTS
91
if: inputs.plugin != 'rabbitmq_cli'
92
run: |
93
+ netstat -ntp
94
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
95
96
# rabbitmq_cli needs a correct broker version for two of its tests.
0 commit comments