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 6f1cd8a commit d599b24Copy full SHA for d599b24
.github/workflows/test-make-target.yaml
@@ -130,6 +130,7 @@ jobs:
130
if: inputs.plugin != 'rabbitmq_cli'
131
run: |
132
sudo netstat -ntp
133
+ set -o pipefail
134
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }} | sed "s/src\//deps\/${{ inputs.plugin }}\/src\//" | sed "s/test\//deps\/${{ inputs.plugin }}\/test\//"
135
136
- name: CACHE ACTIVEMQ
0 commit comments