Skip to content

Commit 6f1cd8a

Browse files
committed
Sed filenames in output to have the right subdirectory
1 parent 2a19f5d commit 6f1cd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
if: inputs.plugin != 'rabbitmq_cli'
131131
run: |
132132
sudo netstat -ntp
133-
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }}
133+
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\//"
134134
135135
- name: CACHE ACTIVEMQ
136136
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)