Skip to content

Commit e628f5d

Browse files
committed
CI: Enable Erlang problem matchers
1 parent 1c264fa commit e628f5d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test-make-target.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ jobs:
5454
# restricted to the build jobs to avoid duplication in output.
5555
disable_problem_matchers: true
5656

57+
# We install Erlang problem matchers from ci.erlang.mk.
58+
- name: CHECKOUT ERLANG PROBLEM MATCHERS
59+
uses: actions/checkout@v4
60+
with:
61+
repository: ninenines/ci.erlang.mk
62+
path: ci.erlang.mk
63+
64+
- name: INSTALL ERLANG PROBLEM MATCHERS
65+
run: echo "::add-matcher::ci.erlang.mk/.github/matchers/erlang-matchers.json"
66+
5767
- name: MIXED CLUSTERS - FETCH SIGNING KEYS
5868
uses: dsaltares/fetch-gh-release-asset@master
5969
if: inputs.mixed_clusters

0 commit comments

Comments
 (0)