CI: Enable Erlang problem matchers
This commit is contained in:
parent
1c264fa471
commit
e628f5d1cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue