CI: Enable Erlang problem matchers

This commit is contained in:
Loïc Hoguin 2025-10-07 11:20:28 +02:00
parent 1c264fa471
commit e628f5d1cf
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
1 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,16 @@ jobs:
# restricted to the build jobs to avoid duplication in output.
disable_problem_matchers: true
# We install Erlang problem matchers from ci.erlang.mk.
- name: CHECKOUT ERLANG PROBLEM MATCHERS
uses: actions/checkout@v4
with:
repository: ninenines/ci.erlang.mk
path: ci.erlang.mk
- name: INSTALL ERLANG PROBLEM MATCHERS
run: echo "::add-matcher::ci.erlang.mk/.github/matchers/erlang-matchers.json"
- name: MIXED CLUSTERS - FETCH SIGNING KEYS
uses: dsaltares/fetch-gh-release-asset@master
if: inputs.mixed_clusters