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 d599b24 commit 68c4e65Copy full SHA for 68c4e65
.github/workflows/test-make-target.yaml
@@ -131,7 +131,7 @@ jobs:
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\//"
+ make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }} NON_DETERMINISTIC=1 | sed "s/src\//deps\/${{ inputs.plugin }}\/src\//" | sed "s/test\//deps\/${{ inputs.plugin }}\/test\//"
135
136
- name: CACHE ACTIVEMQ
137
uses: actions/cache/save@v4
0 commit comments