File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 65
65
trc : /home/runner/test-result-cache
66
66
hash : ${{ needs.load-test-result-cache.outputs.hash }}
67
67
plugin : ${{ matrix.plugin }}
68
+ ignore-dialyze-errors : ${{ matrix.plugin == 'rabbitmq_ct_helpers' || matrix.plugin == 'trust_store_http' }}
68
69
test-rabbit :
69
70
needs :
70
71
- load-test-result-cache
Original file line number Diff line number Diff line change 11
11
plugin :
12
12
required : true
13
13
type : string
14
+ ignore-dialyze-errors :
15
+ type : boolean
14
16
jobs :
15
17
test :
16
18
name : Test
66
68
make -C deps/${{ inputs.plugin }} \
67
69
dialyze \
68
70
RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }}
71
+ continue-on-error : ${{ inputs.ignore-dialyze-errors }}
69
72
- name : EUNIT ${{ inputs.plugin }}
70
73
if : steps.check.outputs.passed != 'true'
71
74
run : |
You can’t perform that action at this time.
0 commit comments