Skip to content

Commit d599b24

Browse files
committed
pipefail
1 parent 6f1cd8a commit d599b24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ jobs:
130130
if: inputs.plugin != 'rabbitmq_cli'
131131
run: |
132132
sudo netstat -ntp
133+
set -o pipefail
133134
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\//"
134135
135136
- name: CACHE ACTIVEMQ

0 commit comments

Comments
 (0)