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 4c486ea commit 44bf38cCopy full SHA for 44bf38c
.github/workflows/test-make.template.yaml
@@ -63,7 +63,7 @@
63
RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }}
64
touch ${{ env.SUCCESS_PATH }}/dialyze
65
fi
66
- continue-on-error: ${{ inputs.ignore-dialyze-errors }}
+ continue-on-error: #@ name == "rabbitmq_ct_helpers" or name == "trust_store_http"
67
- name: EUNIT
68
run: |
69
if [[ -f ${{ env.SUCCESS_PATH }}/eunit ]]; then
0 commit comments