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 2a19f5d commit 6f1cd8aCopy full SHA for 6f1cd8a
.github/workflows/test-make-target.yaml
@@ -130,7 +130,7 @@ jobs:
130
if: inputs.plugin != 'rabbitmq_cli'
131
run: |
132
sudo netstat -ntp
133
- make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
+ 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\//"
134
135
- name: CACHE ACTIVEMQ
136
uses: actions/cache/save@v4
0 commit comments