Skip to content

Commit

Permalink
Ignore dialyze errors for rabbitmq_ct_helpers & trust_store_http
Browse files Browse the repository at this point in the history
in make as we do in bazel
  • Loading branch information
HoloRin committed Apr 16, 2024
1 parent 4d21a9a commit d0686ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
trc: /home/runner/test-result-cache
hash: ${{ needs.load-test-result-cache.outputs.hash }}
plugin: ${{ matrix.plugin }}
ignore-dialyze-errors: ${{ matrix.plugin == 'rabbitmq_ct_helpers' || matrix.plugin == 'trust_store_http' }}
test-rabbit:
needs:
- load-test-result-cache
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-plugin-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
plugin:
required: true
type: string
ignore-dialyze-errors:
type: boolean
jobs:
test:
name: Test
Expand Down Expand Up @@ -66,6 +68,7 @@ jobs:
make -C deps/${{ inputs.plugin }} \
dialyze \
RABBITMQ_METADATA_STORE=${{ matrix.metadata_store }}
continue-on-error: ${{ inputs.ignore-dialyze-errors }}
- name: EUNIT ${{ inputs.plugin }}
if: steps.check.outputs.passed != 'true'
run: |
Expand Down

0 comments on commit d0686ff

Please sign in to comment.