We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c264fa commit e628f5dCopy full SHA for e628f5d
.github/workflows/test-make-target.yaml
@@ -54,6 +54,16 @@ jobs:
54
# restricted to the build jobs to avoid duplication in output.
55
disable_problem_matchers: true
56
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
67
- name: MIXED CLUSTERS - FETCH SIGNING KEYS
68
uses: dsaltares/fetch-gh-release-asset@master
69
if: inputs.mixed_clusters
0 commit comments